find_node_by_compatible 38 arch/powerpc/boot/cuboot-52xx.c soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); find_node_by_compatible 40 arch/powerpc/boot/cuboot-52xx.c soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); find_node_by_compatible 50 arch/powerpc/boot/cuboot-85xx-cpm2.c devp = find_node_by_compatible(NULL, "fsl,cpm2-brg"); find_node_by_compatible 167 arch/powerpc/boot/libfdt-wrapper.c dt_ops.find_node_by_compatible = fdt_wrapper_find_node_by_compatible; find_node_by_compatible 51 arch/powerpc/boot/ops.h void *(*find_node_by_compatible)(const void *prev, find_node_by_compatible 188 arch/powerpc/boot/ops.h if (dt_ops.find_node_by_compatible) find_node_by_compatible 189 arch/powerpc/boot/ops.h return dt_ops.find_node_by_compatible(prev, compat); find_node_by_compatible 111 arch/powerpc/boot/ugecon.c devp = find_node_by_compatible(NULL, "nintendo,flipper-exi");