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.h271 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/
Dtrusted_foundations.h78 if (of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations")) in of_register_trusted_foundations()