Searched defs:tty (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | tty.h | 61 #define I_INPCK(tty) _I_FLAG((tty), INPCK) argument 63 #define I_INLCR(tty) _I_FLAG((tty), INLCR) argument 64 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR) argument 65 #define I_ICRNL(tty) _I_FLAG((tty), ICRNL) argument 66 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC) argument 67 #define I_IXON(tty) _I_FLAG((tty), IXON) argument 68 #define I_IXANY(tty) _I_FLAG((tty), IXANY) argument 88 #define C_BAUD(tty) _C_FLAG((tty), CBAUD) argument 100 #define L_ISIG(tty) _L_FLAG((tty), ISIG) argument 103 #define L_ECHO(tty) _L_FLAG((tty), ECHO) argument [all …]
|
| A D | devpts_fs.h | 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer()
|
| A D | tty_ldisc.h | 270 struct tty_struct *tty; member
|
| A D | tty_port.h | 103 struct tty_struct *tty; member
|
| A D | ti_wilink_st.h | 147 struct tty_struct *tty; member
|
| A D | serial_core.h | 1135 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
|
| /include/linux/sched/ |
| A D | signal.h | 177 struct tty_struct *tty; /* NULL if no tty */ member
|
| /include/net/nfc/ |
| A D | nci_core.h | 456 struct tty_struct *tty; member
|
Completed in 24 milliseconds