Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_address.h34 extern struct device_node *of_find_matching_node_by_address(
60 static inline struct device_node *of_find_matching_node_by_address( in of_find_matching_node_by_address() function
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c109 np = of_find_matching_node_by_address(NULL, vic_of_match, in versatile_init_irq()
115 np = of_find_matching_node_by_address(NULL, sic_of_match, in versatile_init_irq()
/linux-4.1.27/drivers/of/
Daddress.c840 struct device_node *of_find_matching_node_by_address(struct device_node *from, in of_find_matching_node_by_address() function