Searched refs:c_line (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dtermios.c24 v.c_line = termios->c_line;
41 err |= get_user(k->c_line, &u->c_line);
63 err |= put_user(k->c_line, &u->c_line);
85 err |= get_user(k->c_line, &u->c_line);
105 err |= put_user(k->c_line, &u->c_line);
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermios.h47 unsigned char c_line; /* line discipline */ member in struct:termio
H A Dtermbits.h22 cc_t c_line; /* line discipline (== c_cc[19]) */ member in struct:termios
35 cc_t c_line; /* line discipline (== c_cc[19]) */ member in struct:termios2
48 cc_t c_line; /* line discipline (== c_cc[19]) */ member in struct:ktermios
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermios.h59 unsigned char c_line; /* line discipline */ member in struct:termio
H A Dtermbits.h29 cc_t c_line; /* line discipline (== c_cc[19]) */ member in struct:termios
42 cc_t c_line; /* line discipline (== c_cc[19]) */ member in struct:ktermios
/linux-master/include/uapi/asm-generic/
H A Dtermios.h28 unsigned char c_line; /* line discipline */ member in struct:termio
H A Dtermbits.h15 cc_t c_line; /* line discipline */ member in struct:termios
24 cc_t c_line; /* line discipline */ member in struct:termios2
35 cc_t c_line; /* line discipline */ member in struct:ktermios
/linux-master/arch/alpha/kernel/
H A Dtermios.c17 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line;
43 v.c_line = termios->c_line;
/linux-master/arch/mips/include/uapi/asm/
H A Dtermios.h59 char c_line; /* line discipline */ member in struct:termio
H A Dtermbits.h28 cc_t c_line; /* line discipline */ member in struct:termios
37 cc_t c_line; /* line discipline */ member in struct:termios2
48 cc_t c_line; /* line discipline */ member in struct:ktermios
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h19 unsigned char c_line; /* line discipline */ member in struct:termio
29 cc_t c_line; /* line discipline */ member in struct:termios
43 cc_t c_line; /* line discipline */ member in struct:termios2
54 cc_t c_line; /* line discipline */ member in struct:ktermios
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h15 cc_t c_line; /* line discipline */ member in struct:termios
24 cc_t c_line; /* line discipline */ member in struct:termios2
35 cc_t c_line; /* line discipline */ member in struct:ktermios
/linux-master/drivers/tty/
H A Dtty_ioctl.c218 termios->c_line = locked->c_line ? old->c_line : termios->c_line;
376 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line;
393 v.c_line = termios->c_line;
H A Dtty_ldisc.c410 tty->termios.c_line = disc;
719 if (tty_ldisc_reinit(tty, tty->termios.c_line) < 0 &&
H A Dtty_io.c133 /* .c_line = N_TTY, */
1268 tty->termios.c_line = tty->driver->init_termios.c_line;
1366 retval = tty_ldisc_reinit(tty, tty->termios.c_line);
/linux-master/drivers/tty/serial/
H A Damba-pl010.c446 if (termios->c_line == N_PPS) {
H A Dclps711x.c227 (termios->c_line == N_IRDA) ? SYSCON1_SIREN : 0);
H A Dsunplus-uart.c415 int new = termios->c_line;
H A Dmxs-auart.c1079 if (termios->c_line == N_PPS) {
H A Datmel_serial.c2393 if (termios->c_line == N_PPS) {
/linux-master/drivers/tty/serial/8250/
H A D8250_dw.c381 if (termios->c_line == N_IRDA)
H A D8250_port.c2869 if (termios->c_line == N_PPS) {

Completed in 230 milliseconds