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

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c541 int fdt_node_check_compatible(const void *fdt, int nodeoffset, fdt_node_check_compatible() function
564 * property of a node in fdt_node_check_compatible(), then if fdt_node_offset_by_compatible()
571 err = fdt_node_check_compatible(fdt, offset, compatible); fdt_node_offset_by_compatible()
H A Dlibfdt.h796 * fdt_node_check_compatible: check a node's compatible property
802 * fdt_node_check_compatible() returns 0 if the given node contains a
817 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/linux-4.4.14/drivers/of/
H A Dfdt.c832 if (fdt_node_check_compatible(fdt, offset, match->compatible)) { early_init_dt_scan_chosen_serial()

Completed in 148 milliseconds