Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libfdt/
H A Dfdt_ro.c737 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
765 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h932 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.c65 if (fdt_node_check_compatible(fdt_root, 0, id->compatible)) in max10_match_compatible()
573 if (!fdt_node_check_compatible(fdt_root, offset, in max10_secure_hw_init()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c286 ret = fdt_node_check_compatible(fdt_addr, phy_parent, in __get_phy_info_from_dt()