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

/freebsd-10.3-release/sys/dev/fdt/
H A Dfdt_common.h84 phandle_t fdt_depth_search_compatible(phandle_t, const char *, int);
H A Dfdt_common.c227 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict) function
240 child = fdt_depth_search_compatible(node, compat, strict);
/freebsd-10.3-release/sys/arm/freescale/
H A Dfsl_ocotp.c75 if ((child = fdt_depth_search_compatible(root, "fsl,imx6q-ocotp", 0)) == 0)

Completed in 204 milliseconds