fdt_node_check_compatible  169 arch/mips/generic/board-sead3.c 	BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3"));
fdt_node_check_compatible   52 arch/mips/include/asm/machine.h 		if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0)
fdt_node_check_compatible   47 arch/mips/jz4740/setup.c 	if (!fdt_node_check_compatible(fdt, 0, "ingenic,x1000"))
fdt_node_check_compatible   49 arch/mips/jz4740/setup.c 	if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4780"))
fdt_node_check_compatible   51 arch/mips/jz4740/setup.c 	if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4770"))
fdt_node_check_compatible  947 drivers/of/fdt.c 		if (fdt_node_check_compatible(fdt, offset, match->compatible))
fdt_node_check_compatible  826 scripts/dtc/libfdt/fdt_ro.c 		err = fdt_node_check_compatible(fdt, offset, compatible);
fdt_node_check_compatible 1023 scripts/dtc/libfdt/libfdt.h int fdt_node_check_compatible(const void *fdt, int nodeoffset,