Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfdtdec.h644 int fdtdec_get_chosen_node(const void *blob, const char *name);
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial-uclass.c37 node = fdtdec_get_chosen_node(blob, "stdout-path"); in serial_check_stdout()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c565 int fdtdec_get_chosen_node(const void *blob, const char *name) in fdtdec_get_chosen_node() function