/linux/arch/sparc/kernel/ |
H A D | termios.c | 24 v.c_line = termios->c_line; in kernel_termios_to_user_termio() 41 err |= get_user(k->c_line, &u->c_line); in user_termios_to_kernel_termios() 63 err |= put_user(k->c_line, &u->c_line); in kernel_termios_to_user_termios() 85 err |= get_user(k->c_line, &u->c_line); in user_termios_to_kernel_termios_1() 105 err |= put_user(k->c_line, &u->c_line); in kernel_termios_to_user_termios_1()
|
/linux/arch/alpha/kernel/ |
H A D | termios.c | 17 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line; in user_termio_to_kernel_termios() 43 v.c_line = termios->c_line; in kernel_termios_to_user_termio()
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 15 cc_t c_line; /* line discipline */ member 24 cc_t c_line; /* line discipline */ member 35 cc_t c_line; /* line discipline */ member
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 15 cc_t c_line; /* line discipline */ member 24 cc_t c_line; /* line discipline */ member 35 cc_t c_line; /* line discipline */ member
|
H A D | termios.h | 28 unsigned char c_line; /* line discipline */ member
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 22 cc_t c_line; /* line discipline (== c_cc[19]) */ member 35 cc_t c_line; /* line discipline (== c_cc[19]) */ member 48 cc_t c_line; /* line discipline (== c_cc[19]) */ member
|
H A D | termios.h | 47 unsigned char c_line; /* line discipline */ member
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 28 cc_t c_line; /* line discipline */ member 37 cc_t c_line; /* line discipline */ member 48 cc_t c_line; /* line discipline */ member
|
H A D | termios.h | 59 char c_line; /* line discipline */ member
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 29 cc_t c_line; /* line discipline (== c_cc[19]) */ member 42 cc_t c_line; /* line discipline (== c_cc[19]) */ member
|
H A D | termios.h | 59 unsigned char c_line; /* line discipline */ member
|
/linux/drivers/tty/ |
H A D | tty_ioctl.c | 218 termios->c_line = locked->c_line ? old->c_line : termios->c_line; in unset_locked_termios() 376 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line; in user_termio_to_kernel_termios() 393 v.c_line = termios->c_line; in kernel_termios_to_user_termio()
|
H A D | tty_io.c | 1262 tty->termios.c_line = tty->driver->init_termios.c_line; in tty_init_termios() 1360 retval = tty_ldisc_reinit(tty, tty->termios.c_line); in tty_reopen()
|
/linux/drivers/tty/serial/ |
H A D | clps711x.c | 227 (termios->c_line == N_IRDA) ? SYSCON1_SIREN : 0); in uart_clps711x_set_ldisc()
|
H A D | sunplus-uart.c | 417 int new = termios->c_line; in sunplus_set_ldisc()
|
H A D | mxs-auart.c | 1068 if (termios->c_line == N_PPS) { in mxs_auart_set_ldisc()
|
H A D | atmel_serial.c | 2377 if (termios->c_line == N_PPS) { in atmel_set_ldisc()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_dw.c | 396 if (termios->c_line == N_IRDA) in dw8250_set_ldisc()
|
H A D | 8250_port.c | 2886 if (termios->c_line == N_PPS) { in serial8250_do_set_ldisc()
|