Home
last modified time | relevance | path

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

/include/linux/
Dhypervisor.h30 return of_find_compatible_node(NULL, NULL, "jailhouse,cell"); in jailhouse_paravirt()
Dof.h273 extern struct device_node *of_find_compatible_node(struct device_node *from,
607 static inline struct device_node *of_find_compatible_node( in of_find_compatible_node() function
1452 for (dn = of_find_compatible_node(NULL, type, compatible); dn; \
1453 dn = of_find_compatible_node(dn, type, compatible))
/include/linux/firmware/
Dtrusted_foundations.h74 struct device_node *np = of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations"); in of_register_trusted_foundations()