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

/linux-master/drivers/spi/
H A Dspi.c551 * spi_alloc_device - Allocate a new SPI device
567 struct spi_device *spi_alloc_device(struct spi_controller *ctlr) function
596 EXPORT_SYMBOL_GPL(spi_alloc_device); variable
748 * spi_add_device - Add spi_device allocated with spi_alloc_device
751 * Companion function to spi_alloc_device. Devices allocated with
752 * spi_alloc_device can be added onto the SPI bus with this function.
807 proxy = spi_alloc_device(ctlr);
2493 spi = spi_alloc_device(ctlr);
2580 ancillary = spi_alloc_device(ctlr);
2830 spi = spi_alloc_device(looku
[all...]
/linux-master/include/linux/spi/
H A Dspi.h1658 * You can also use spi_alloc_device() and spi_add_device() to use a two
1665 spi_alloc_device(struct spi_controller *ctlr);

Completed in 233 milliseconds