Searched refs:fdt_stringlist_count (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/exynos/ |
| H A D | pinctrl-exynos.c | 83 count = fdt_stringlist_count(fdt, node, "samsung,pins"); in exynos_pinctrl_set_state()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 993 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
|
| H A D | fdt_ro.c | 567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() function
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_ro.c | 569 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() function
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 442 max_index = fdt_stringlist_count(fit, conf_noffset, iname); in fit_config_get_hash_list()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | ofnode.c | 326 return fdt_stringlist_count(gd->fdt_blob, in ofnode_read_string_count()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1989 return fdt_stringlist_count(fit, noffset, prop_name); in fit_conf_get_prop_node_count()
|