Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi.c540 * spi_alloc_device - Allocate a new SPI device
556 struct spi_device *spi_alloc_device(struct spi_controller *ctlr)
586 EXPORT_SYMBOL_GPL(spi_alloc_device); in spi_alloc_device()
767 * spi_add_device - Add spi_device allocated with spi_alloc_device in spi_add_device()
770 * Companion function to spi_alloc_device. Devices allocated with in spi_add_device()
771 * spi_alloc_device can be added onto the SPI bus with this function. in spi_add_device()
818 proxy = spi_alloc_device(ctlr); in spi_new_device()
2618 spi = spi_alloc_device(ctlr); in of_register_spi_device()
2705 ancillary = spi_alloc_device(ctlr); in spi_new_ancillary_device()
2994 spi = spi_alloc_device(looku in acpi_register_spi_device()
559 struct spi_device *spi_alloc_device(struct spi_controller *ctlr) spi_alloc_device() function
[all...]
/linux/include/linux/spi/
H A Dspi.h1736 * You can also use spi_alloc_device() and spi_add_device() to use a two
1743 spi_alloc_device(struct spi_controller *ctlr);