fdt_node_check_compatible
if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") &&
BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3"));
if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0)
if (!fdt_node_check_compatible(fdt, 0, s->compatible)) {
if (fdt_node_check_compatible(fdt, offset, match->compatible))
err = fdt_node_check_compatible(fdt, 0, KHO_FDT_COMPATIBLE);
if (fdt_node_check_compatible(fdt, node, KHO_TEST_COMPAT))
err = fdt_node_check_compatible(fdt, 0, MEMBLOCK_KHO_NODE_COMPATIBLE);
err = fdt_node_check_compatible(fdt, offset, RESERVE_MEM_KHO_NODE_COMPATIBLE);
err = fdt_node_check_compatible(fdt, offset, compatible);
int fdt_node_check_compatible(const void *fdt, int nodeoffset,