Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/libfdt/
Dfdt_ro.c541 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
571 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
Dlibfdt.h817 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/linux-4.4.14/drivers/of/
Dfdt.c832 if (fdt_node_check_compatible(fdt, offset, match->compatible)) { in early_init_dt_scan_chosen_serial()