Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/spi/
Dspi.h1386 of_find_spi_device_by_node(struct device_node *node);
1391 of_find_spi_device_by_node(struct device_node *node) in of_find_spi_device_by_node() function
/Linux-v5.4/drivers/spi/
Dspi.c3659 struct spi_device *of_find_spi_device_by_node(struct device_node *node) in of_find_spi_device_by_node() function
3665 EXPORT_SYMBOL_GPL(of_find_spi_device_by_node);
3719 spi = of_find_spi_device_by_node(rd->dn); in of_spi_notify()