Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5575-spi.c41 ctlr = of_find_spi_controller_by_node(spi_np); in rt5575_spi_get_device()
/linux/include/linux/spi/
H A Dspi.h920 extern struct spi_controller *of_find_spi_controller_by_node(struct device_node *node);
922 static inline struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node() function
/linux/drivers/spi/
H A Dspi.c5201 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node() function
5214 EXPORT_SYMBOL_GPL(of_find_spi_controller_by_node);
5235 ctlr = of_find_spi_controller_by_node(rd->dn->parent); in of_spi_notify()