Searched refs:fdt_node_check_compatible (Results 1 – 3 of 3) sorted by relevance
536 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function566 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
779 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
811 if (fdt_node_check_compatible(fdt, offset, match->compatible)) { in early_init_dt_scan_chosen_serial()