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

/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h1048 * fdt_stringlist_count - count the number of strings in a string list
1057 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
H A Dfdt_ro.c722 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) function
/u-boot/tools/
H A Dimage-host.c886 max_index = fdt_stringlist_count(fit, conf_noffset, iname);
/u-boot/drivers/core/
H A Dofnode.c850 return fdt_stringlist_count(ofnode_to_fdt(node),
/u-boot/boot/
H A Dimage-fit.c1887 return fdt_stringlist_count(fit, noffset, prop_name);

Completed in 188 milliseconds