Searched refs:fdtdec_get_chosen_prop (Results 1 – 7 of 7) sorted by relevance
549 const char *fdtdec_get_chosen_prop(const void *blob, const char *name) in fdtdec_get_chosen_prop() function563 prop = fdtdec_get_chosen_prop(blob, name); in fdtdec_get_chosen_node()
632 const char *fdtdec_get_chosen_prop(const void *blob, const char *name);
48 str = fdtdec_get_chosen_prop(blob, "stdout-path"); in serial_check_stdout()