/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | board_late_init.c | 44 compat = fdt_stringlist_get(gd->fdt_blob, 0, "compatible", 0, NULL); in uniphier_set_fdt_file()
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 117 (conf = fdt_stringlist_get(blob, chosen_node, in board_boot_order()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | psci.c | 69 method = fdt_stringlist_get(gd->fdt_blob, dev_of_offset(dev), "method", in psci_probe()
|
/openbmc/u-boot/drivers/pinctrl/exynos/ |
H A D | pinctrl-exynos.c | 91 name = fdt_stringlist_get(fdt, node, "samsung,pins", idx, NULL); in exynos_pinctrl_set_state()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | dwapb_gpio.c | 181 plat->name = fdt_stringlist_get(blob, node, "bank-name", 0, in gpio_dwapb_bind()
|
/openbmc/u-boot/drivers/spi/ |
H A D | spi-sunxi.c | 234 pin_name = fdt_stringlist_get(fdt, offset, in sun4i_spi_parse_pins() 237 pin_name = fdt_stringlist_get(fdt, offset, in sun4i_spi_parse_pins()
|
/openbmc/u-boot/test/overlay/ |
H A D | cmd_ut_overlay.c | 65 *out = fdt_stringlist_get(fdt, node_off, name, 0, &len); in fdt_getprop_str()
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-generic.c | 321 name = fdt_stringlist_get(fdt, node, subnode_target_type, i, in pinctrl_generic_set_state_subnode()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 293 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print() 309 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print() 1698 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index()
|
H A D | image.c | 1257 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0, in boot_get_fpga() 1368 uname = fdt_stringlist_get(buf, conf_noffset, in boot_get_loadable()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1044 const char *fdt_stringlist_get(const void *fdt, int nodeoffset,
|
H A D | fdt_ro.c | 692 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() function
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1173 const char *fdt_stringlist_get(const void *fdt, int nodeoffset,
|
H A D | fdt_ro.c | 778 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() function
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 228 s1 = fdt_stringlist_get(blob, off, "endpoint1", 0, NULL); in dpl_get_connection_endpoint() 229 s2 = fdt_stringlist_get(blob, off, "endpoint2", 0, NULL); in dpl_get_connection_endpoint()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 601 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() function
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 213 uname = fdt_stringlist_get((const void *)header, conf_noffset, in spl_load_fit_image()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 322 *outp = fdt_stringlist_get(gd->fdt_blob, ofnode_to_offset(node), in ofnode_read_string_index()
|
/openbmc/u-boot/drivers/net/ |
H A D | sun8i_emac.c | 507 pin_name = fdt_stringlist_get(gd->fdt_blob, offset, in parse_phy_pins()
|