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.h900 extern struct spi_controller *of_find_spi_controller_by_node(struct device_node *node);
902 static inline 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) of_find_spi_controller_by_node() function
/linux/drivers/spi/
H A Dspi.c4938 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) in spi_write_then_read()
4951 EXPORT_SYMBOL_GPL(of_find_spi_controller_by_node); in spi_write_then_read()
4972 ctlr = of_find_spi_controller_by_node(rd->dn->parent); in of_find_spi_controller_by_node()
4963 struct spi_controller *of_find_spi_controller_by_node(struct device_node *node) of_find_spi_controller_by_node() function