Searched refs: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() local663 earlycon_id = (struct rt_fdt_earlycon_id *)&_earlycon_start; in rt_fdt_scan_chosen_stdout()707 for (int max_score = 0; earlycon_id < earlycon_id_end; ++earlycon_id) in rt_fdt_scan_chosen_stdout()711 if (type_len && earlycon_id->type) in rt_fdt_scan_chosen_stdout()713 if (!rt_strncmp(earlycon_id->type, options, type_len)) in rt_fdt_scan_chosen_stdout()719 if (stdout_path && earlycon_id->compatible) in rt_fdt_scan_chosen_stdout()721 if (!fdt_node_check_compatible(_fdt, offset, earlycon_id->compatible)) in rt_fdt_scan_chosen_stdout()730 best_earlycon_id = earlycon_id; in rt_fdt_scan_chosen_stdout()
Completed in 5 milliseconds