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.c542 * spi_alloc_device - Allocate a new SPI device
558 struct spi_device *spi_alloc_device(struct spi_controller *ctlr) in spi_alloc_device() function
588 EXPORT_SYMBOL_GPL(spi_alloc_device);
767 * spi_add_device - Add spi_device allocated with spi_alloc_device
770 * Companion function to spi_alloc_device. Devices allocated with
771 * spi_alloc_device can be added onto the SPI bus with this function.
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_spi_device_alloc()
[all...]
/linux/include/linux/spi/
H A Dspi.h1732 * You can also use spi_alloc_device() and spi_add_device() to use a two
1739 spi_alloc_device(struct spi_controller *ctlr);