Searched defs:spi_alloc_device (Results 1 - 1 of 1) sorted by relevance

/drivers/spi/
H A Dspi.c293 * spi_alloc_device - Allocate a new SPI device
309 struct spi_device *spi_alloc_device(struct spi_master *master) function
331 EXPORT_SYMBOL_GPL(spi_alloc_device); variable
334 * spi_add_device - Add spi_device allocated with spi_alloc_device
337 * Companion function to spi_alloc_device. Devices allocated with
338 * spi_alloc_device can be added onto the spi bus with this function.
429 proxy = spi_alloc_device(master);

Completed in 166 milliseconds