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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_ro.c667 int fdt_node_check_compatible(const void *fdt, int nodeoffset, function
688 * property of a node in fdt_node_check_compatible(), then if
695 err = fdt_node_check_compatible(fdt, offset, compatible);
H A Dlibfdt.h895 * fdt_node_check_compatible: check a node's compatible property
901 * fdt_node_check_compatible() returns 0 if the given node contains a
916 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c737 int fdt_node_check_compatible(const void *fdt, int nodeoffset, function
758 * property of a node in fdt_node_check_compatible(), then if
765 err = fdt_node_check_compatible(fdt, offset, compatible);
H A Dlibfdt.h911 * fdt_node_check_compatible: check a node's compatible property
917 * fdt_node_check_compatible() returns 0 if the given node contains a
932 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c286 ret = fdt_node_check_compatible(fdt_addr, phy_parent,

Completed in 77 milliseconds