Searched refs:is_cons (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/serial/
H A D68328serial.h128 char is_cons; /* Is this our console. */ member in struct:m68k_serial
H A D68328serial.c260 if(info->is_cons) {
604 info->is_cons = (tty->termios->c_line == N_TTY);
606 printk("ttyS%d console mode %s\n", info->line, info->is_cons ? "on" : "off");
1290 info->is_cons = 1; /* Means shortcuts work */

Completed in 55 milliseconds