Searched refs:of_find_spi_controller_by_node (Results 1 – 3 of 3) sorted by relevance
41 ctlr = of_find_spi_controller_by_node(spi_np); in rt5575_spi_get_device()
920 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
5201 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node() function5214 EXPORT_SYMBOL_GPL(of_find_spi_controller_by_node);5235 ctlr = of_find_spi_controller_by_node(rd->dn->parent); in of_spi_notify()