Searched refs:best_earlycon_id (Results 1 – 1 of 1) sorted by relevance
661 … struct rt_fdt_earlycon_id *earlycon_id, *earlycon_id_end, *best_earlycon_id = RT_NULL; in rt_fdt_scan_chosen_stdout() local730 best_earlycon_id = earlycon_id; in rt_fdt_scan_chosen_stdout()739 if (best_earlycon_id && best_earlycon_id->setup) in rt_fdt_scan_chosen_stdout()745 con_type = best_earlycon_id->type; in rt_fdt_scan_chosen_stdout()753 err = best_earlycon_id->setup(&fdt_earlycon, fdt_earlycon.options); in rt_fdt_scan_chosen_stdout()
Completed in 8 milliseconds