p_match           913 drivers/of/fdt.c 	const struct earlycon_id **p_match;
p_match           940 drivers/of/fdt.c 	for (p_match = __earlycon_table; p_match < __earlycon_table_end;
p_match           941 drivers/of/fdt.c 	     p_match++) {
p_match           942 drivers/of/fdt.c 		const struct earlycon_id *match = *p_match;
p_match           172 drivers/tty/serial/earlycon.c 	const struct earlycon_id **p_match;
p_match           180 drivers/tty/serial/earlycon.c 	for (p_match = __earlycon_table; p_match < __earlycon_table_end;
p_match           181 drivers/tty/serial/earlycon.c 	     p_match++) {
p_match           182 drivers/tty/serial/earlycon.c 		const struct earlycon_id *match = *p_match;