Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h903 extern struct spi_controller *of_find_spi_controller_by_node(struct device_node *node);
905 static inline struct spi_controller *of_find_spi_controller_by_node(struct device_node *node)
910 static inline struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) of_find_spi_controller_by_node() function
/linux/drivers/spi/
H A Dspi.c4899 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node()
4912 EXPORT_SYMBOL_GPL(of_find_spi_controller_by_node); in of_find_spi_device_by_node()
4933 ctlr = of_find_spi_controller_by_node(rd->dn->parent); in of_spi_notify()
4893 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) of_find_spi_controller_by_node() function