Home
last modified time | relevance | path

Searched refs:fdtdec_get_config_string (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/arm/mach-rockchip/
Drk3188-board-spl.c42 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device()
164 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
Drk3288-board-spl.c44 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device()
224 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
/external/u-boot/common/
Dcli.c148 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt()
/external/u-boot/doc/device-tree-bindings/
Dconfig.txt6 fdtdec_get_config_bool() and fdtdec_get_config_string().
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi.c288 lcd_dt->name = fdtdec_get_config_string(blob, in exynos_dsim_config_parse_dt()
/external/u-boot/include/
Dfdtdec.h765 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
/external/u-boot/env/
Dmmc.c81 str = fdtdec_get_config_string(gd->fdt_blob, dt_prop.partition); in mmc_offset()
/external/u-boot/lib/
Dfdtdec.c906 char *fdtdec_get_config_string(const void *blob, const char *prop_name) in fdtdec_get_config_string() function