Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
D68328serial.c110 char is_cons; /* Is this our console. */ member
277 if(info->is_cons) { in receive_chars()
613 info->is_cons = (tty->termios.c_line == N_TTY); in rs_set_ldisc()
615 printk("ttyS%d console mode %s\n", info->line, info->is_cons ? "on" : "off"); in rs_set_ldisc()
1194 info->is_cons = 1; /* Means shortcuts work */