Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h861 extern struct spi_controller *__spi_alloc_controller(struct device *host,
867 return __spi_alloc_controller(dev, size, false); in spi_alloc_host()
876 return __spi_alloc_controller(dev, size, true); in spi_alloc_target()
/linux/drivers/spi/
H A Dspi.c3211 * __spi_alloc_controller - allocate an SPI host or target controller
3235 struct spi_controller *__spi_alloc_controller(struct device *dev, in __spi_alloc_controller() function
3278 EXPORT_SYMBOL_GPL(__spi_alloc_controller);
3286 * __devm_spi_alloc_controller - resource-managed __spi_alloc_controller()
3296 * The arguments to this function are identical to __spi_alloc_controller().
3307 ctlr = __spi_alloc_controller(dev, size, target); in __devm_spi_alloc_controller()