Searched refs:of_find_compatible_node (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | hypervisor.h | 30 return of_find_compatible_node(NULL, NULL, "jailhouse,cell"); in jailhouse_paravirt()
|
D | of.h | 271 extern struct device_node *of_find_compatible_node(struct device_node *from, 591 static inline struct device_node *of_find_compatible_node( in of_find_compatible_node() function 1273 for (dn = of_find_compatible_node(NULL, type, compatible); dn; \ 1274 dn = of_find_compatible_node(dn, type, compatible))
|
/include/linux/firmware/ |
D | trusted_foundations.h | 78 if (of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations")) in of_register_trusted_foundations()
|