Searched refs:is_console_port (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/char/
H A Dvirtio_console.c322 static bool is_console_port(struct port *port) function
1037 if (is_console_port(port)) {
1154 if (!port || !is_console_port(port))
1274 is_console_port(port) ? "yes" : "no");
1284 if (!port || !is_console_port(port))
1494 if (is_console_port(port)) {
1571 if (is_console_port(port))
1587 if (!is_console_port(port))
1755 if (is_console_port(port) && hvc_poll(port->cons.hvc))

Completed in 139 milliseconds