Home
last modified time | relevance | path

Searched refs:p_match (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dearlycon.c172 const struct earlycon_id **p_match; in setup_earlycon() local
180 for (p_match = __earlycon_table; p_match < __earlycon_table_end; in setup_earlycon()
181 p_match++) { in setup_earlycon()
182 const struct earlycon_id *match = *p_match; in setup_earlycon()
/Linux-v4.19/drivers/of/
Dfdt.c945 const struct earlycon_id **p_match; in early_init_dt_scan_chosen_stdout() local
972 for (p_match = __earlycon_table; p_match < __earlycon_table_end; in early_init_dt_scan_chosen_stdout()
973 p_match++) { in early_init_dt_scan_chosen_stdout()
974 const struct earlycon_id *match = *p_match; in early_init_dt_scan_chosen_stdout()