Searched refs:sunserial_console_match (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | sunserialcore.h | 33 extern int sunserial_console_match(struct console *, struct device_node *,
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | suncore.c | 55 int sunserial_console_match(struct console *con, struct device_node *dp, in sunserial_console_match() function 83 EXPORT_SYMBOL(sunserial_console_match);
|
A D | sunhv.c | 565 sunserial_console_match(&sunhv_console, op->dev.of_node, in hv_probe()
|
A D | sunsab.c | 1032 sunserial_console_match(SUNSAB_CONSOLE(), op->dev.of_node, in sab_probe() 1036 sunserial_console_match(SUNSAB_CONSOLE(), op->dev.of_node, in sab_probe()
|
A D | sunzilog.c | 1465 if (sunserial_console_match(SUNZILOG_CONSOLE(), op->dev.of_node, in zs_probe() 1475 if (sunserial_console_match(SUNZILOG_CONSOLE(), op->dev.of_node, in zs_probe()
|
A D | sunsu.c | 1499 sunserial_console_match(SUNSU_CONSOLE(), dp, in su_probe()
|
Completed in 15 milliseconds