Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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,
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c286 ret = fdt_node_check_compatible(fdt_addr, phy_parent, in __get_phy_info_from_dt()