Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dserial_core.h708 struct earlycon_id { struct
715 extern const struct earlycon_id __earlycon_table[]; argument
716 extern const struct earlycon_id __earlycon_table_end[];
725 static const struct earlycon_id __UNIQUE_ID(__earlycon_##_name) \
727 __aligned(__alignof__(struct earlycon_id)) \
734 extern int of_setup_earlycon(const struct earlycon_id *match,
/Linux-v6.1/drivers/tty/serial/
Dearlycon.c132 static int __init register_earlycon(char *buf, const struct earlycon_id *match) in register_earlycon()
178 const struct earlycon_id *match; in setup_earlycon()
246 int __init of_setup_earlycon(const struct earlycon_id *match, in of_setup_earlycon()
/Linux-v6.1/drivers/of/
Dfdt.c1018 const struct earlycon_id *match; in early_init_dt_scan_chosen_stdout()