Searched refs:spi_alloc_device (Results 1 – 2 of 2) sorted by relevance
542 * spi_alloc_device - Allocate a new SPI device558 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_device770 * Companion function to spi_alloc_device. Devices allocated with771 * 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...]
1732 * You can also use spi_alloc_device() and spi_add_device() to use a two1739 spi_alloc_device(struct spi_controller *ctlr);