Searched refs:find_node_by_compatible (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/boot/ |
D | cuboot-52xx.c | 38 soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); in platform_fixups() 40 soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); in platform_fixups()
|
D | ops.h | 51 void *(*find_node_by_compatible)(const void *prev, member 185 static inline void *find_node_by_compatible(const void *prev, in find_node_by_compatible() function 188 if (dt_ops.find_node_by_compatible) in find_node_by_compatible() 189 return dt_ops.find_node_by_compatible(prev, compat); in find_node_by_compatible()
|
D | cuboot-85xx-cpm2.c | 50 devp = find_node_by_compatible(NULL, "fsl,cpm2-brg"); in platform_fixups()
|
D | ugecon.c | 111 devp = find_node_by_compatible(NULL, "nintendo,flipper-exi"); in ug_grab_exi_io_base()
|
D | libfdt-wrapper.c | 167 dt_ops.find_node_by_compatible = fdt_wrapper_find_node_by_compatible; in fdt_init()
|