Home
last modified time | relevance | path

Searched refs:fdtdec_get_chosen_prop (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dfdtdec.h629 const char *fdtdec_get_chosen_prop(const void *blob, const char *name);
/external/u-boot/drivers/serial/
Dserial-uclass.c45 str = fdtdec_get_chosen_prop(blob, "stdout-path"); in serial_check_stdout()
/external/u-boot/lib/
Dfdtdec.c561 const char *fdtdec_get_chosen_prop(const void *blob, const char *name) in fdtdec_get_chosen_prop() function
575 prop = fdtdec_get_chosen_prop(blob, name); in fdtdec_get_chosen_node()