Home
last modified time | relevance | path

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

/u-boot/board/firefly/firefly-rk3288/
A Dfirefly-rk3288.c21 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
/u-boot/arch/arm/mach-rockchip/rk3188/
A Drk3188.c118 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
/u-boot/common/
A Dcli.c160 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt()
/u-boot/doc/device-tree-bindings/
A Dconfig.txt6 fdtdec_get_config_bool() and fdtdec_get_config_string().
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi.c291 lcd_dt->name = fdtdec_get_config_string(blob, in exynos_dsim_config_parse_dt()
/u-boot/include/
A Dfdtdec.h781 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
/u-boot/env/
A Dmmc.c76 str = fdtdec_get_config_string(gd->fdt_blob, dt_prop.partition); in mmc_offset()
/u-boot/board/dhelectronics/dh_stm32mp1/
A Dboard.c379 led_name = fdtdec_get_config_string(gd->fdt_blob, led_string); in get_led()
/u-boot/board/st/stm32mp1/
A Dstm32mp1.c235 led_name = fdtdec_get_config_string(gd->fdt_blob, led_string); in get_led()
/u-boot/lib/
A Dfdtdec.c895 char *fdtdec_get_config_string(const void *blob, const char *prop_name) in fdtdec_get_config_string() function

Completed in 16 milliseconds