Home
last modified time | relevance | path

Searched refs:fdt_node_check_compatible (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_ro.c536 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
566 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
Dlibfdt.h779 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/linux-4.1.27/drivers/of/
Dfdt.c811 if (fdt_node_check_compatible(fdt, offset, match->compatible)) { in early_init_dt_scan_chosen_serial()