/include/linux/ |
D | tty.h | 36 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument 37 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument 38 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument 39 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument 40 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument 41 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument 42 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument 43 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument 44 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument 45 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument [all …]
|
D | tty_driver.h | 354 int (*install)(struct tty_driver *driver, struct tty_struct *tty); 355 void (*remove)(struct tty_driver *driver, struct tty_struct *tty); 356 int (*open)(struct tty_struct * tty, struct file * filp); 357 void (*close)(struct tty_struct * tty, struct file * filp); 358 void (*shutdown)(struct tty_struct *tty); 359 void (*cleanup)(struct tty_struct *tty); 360 int (*write)(struct tty_struct * tty, 362 int (*put_char)(struct tty_struct *tty, unsigned char ch); 363 void (*flush_chars)(struct tty_struct *tty); 364 unsigned int (*write_room)(struct tty_struct *tty); [all …]
|
D | tty_ldisc.h | 219 int (*open)(struct tty_struct *tty); 220 void (*close)(struct tty_struct *tty); 221 void (*flush_buffer)(struct tty_struct *tty); 222 ssize_t (*read)(struct tty_struct *tty, struct file *file, 225 ssize_t (*write)(struct tty_struct *tty, struct file *file, 227 int (*ioctl)(struct tty_struct *tty, unsigned int cmd, 229 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd, 231 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old); 232 __poll_t (*poll)(struct tty_struct *tty, struct file *file, 234 void (*hangup)(struct tty_struct *tty); [all …]
|
D | selection.h | 19 struct tty_struct *tty); 21 struct tty_struct *tty); 22 extern int paste_selection(struct tty_struct *tty); 25 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
|
D | tty_port.h | 38 int (*activate)(struct tty_port *port, struct tty_struct *tty); 105 struct tty_struct *tty; member 237 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty); 244 int tty_port_block_til_ready(struct tty_port *port, struct tty_struct *tty, 246 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty, 248 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty); 249 void tty_port_close(struct tty_port *port, struct tty_struct *tty, 252 struct tty_struct *tty); 253 int tty_port_open(struct tty_port *port, struct tty_struct *tty,
|
D | devpts_fs.h | 34 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags); 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
|
D | serial_core.h | 879 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local 880 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped() 1030 do_SAK(state->port.tty); in uart_handle_break()
|
D | ti_wilink_st.h | 147 struct tty_struct *tty; member
|
D | vt_kern.h | 46 int tioclinux(struct tty_struct *tty, unsigned long arg);
|
/include/linux/usb/ |
D | serial.h | 269 int (*open)(struct tty_struct *tty, struct usb_serial_port *port); 271 int (*write)(struct tty_struct *tty, struct usb_serial_port *port, 274 unsigned int (*write_room)(struct tty_struct *tty); 275 int (*ioctl)(struct tty_struct *tty, 277 void (*get_serial)(struct tty_struct *tty, struct serial_struct *ss); 278 int (*set_serial)(struct tty_struct *tty, struct serial_struct *ss); 279 void (*set_termios)(struct tty_struct *tty, struct usb_serial_port *port, 281 void (*break_ctl)(struct tty_struct *tty, int break_state); 282 unsigned int (*chars_in_buffer)(struct tty_struct *tty); 283 void (*wait_until_sent)(struct tty_struct *tty, long timeout); [all …]
|
/include/net/nfc/ |
D | nci_core.h | 452 struct tty_struct *tty; member
|
/include/linux/sched/ |
D | signal.h | 175 struct tty_struct *tty; /* NULL if no tty */ member
|