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