Rechercher une page de manuel
spi_add_device
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
spi_add_device - Add spi_device allocated with spi_alloc_deviceSYNOPSIS
- int spi_add_device(struct spi_device * spi);
ARGUMENTS
spi
- spi_device to register
DESCRIPTION
Companion function to spi_alloc_device. Devices allocated with spi_alloc_device can be added onto the spi bus with this function.
Returns 0 on success; negative errno on failure
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre