Searched refs:of_find_spi_controller_by_node (Results 1 – 2 of 2) sorted by relevance
904 extern struct spi_controller *of_find_spi_controller_by_node(struct device_node *node);906 static inline struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node() function
4963 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in of_find_spi_controller_by_node() function4976 EXPORT_SYMBOL_GPL(of_find_spi_controller_by_node);4997 ctlr = of_find_spi_controller_by_node(rd->dn->parent); in of_spi_notify()