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 | 273 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/ |
| D | trusted_foundations.h | 74 struct device_node *np = of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations"); in of_register_trusted_foundations()
|