Searched refs:rt_fdt_earlycon_id (Results 1 – 2 of 2) sorted by relevance
37 struct rt_fdt_earlycon_id struct46 static const struct rt_fdt_earlycon_id __rt_fdt_##_name##_earlycon \ argument
28 RT_OFW_SYMBOL_TYPE_RANGE(earlycon, struct rt_fdt_earlycon_id, _earlycon_start = {}, _earlycon_end =…661 … struct rt_fdt_earlycon_id *earlycon_id, *earlycon_id_end, *best_earlycon_id = RT_NULL; in rt_fdt_scan_chosen_stdout()663 earlycon_id = (struct rt_fdt_earlycon_id *)&_earlycon_start; in rt_fdt_scan_chosen_stdout()664 earlycon_id_end = (struct rt_fdt_earlycon_id *)&_earlycon_end; in rt_fdt_scan_chosen_stdout()
Completed in 10 milliseconds