Searched refs:tty (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | tty.h | 104 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument 105 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument 106 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument 107 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument 108 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument 109 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument 110 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument 111 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument 112 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument 113 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument [all …]
|
D | tty_driver.h | 254 int (*install)(struct tty_driver *driver, struct tty_struct *tty); 255 void (*remove)(struct tty_driver *driver, struct tty_struct *tty); 256 int (*open)(struct tty_struct * tty, struct file * filp); 257 void (*close)(struct tty_struct * tty, struct file * filp); 258 void (*shutdown)(struct tty_struct *tty); 259 void (*cleanup)(struct tty_struct *tty); 260 int (*write)(struct tty_struct * tty, 262 int (*put_char)(struct tty_struct *tty, unsigned char ch); 263 void (*flush_chars)(struct tty_struct *tty); 264 int (*write_room)(struct tty_struct *tty); [all …]
|
D | tty_ldisc.h | 179 void (*flush_buffer)(struct tty_struct *tty); 180 ssize_t (*read)(struct tty_struct *tty, struct file *file, 182 ssize_t (*write)(struct tty_struct *tty, struct file *file, 184 int (*ioctl)(struct tty_struct *tty, struct file *file, 186 long (*compat_ioctl)(struct tty_struct *tty, struct file *file, 188 void (*set_termios)(struct tty_struct *tty, struct ktermios *old); 191 int (*hangup)(struct tty_struct *tty); 210 struct tty_struct *tty; member
|
D | selection.h | 19 extern int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty); 20 extern int paste_selection(struct tty_struct *tty); 23 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
|
D | serial_core.h | 422 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local 423 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped() 490 do_SAK(state->port.tty); in uart_handle_break()
|
D | n_r3964.h | 150 struct tty_struct *tty; member
|
D | ti_wilink_st.h | 160 struct tty_struct *tty; member
|
D | vt_kern.h | 57 int tioclinux(struct tty_struct *tty, unsigned long arg);
|
D | sched.h | 761 struct tty_struct *tty; /* NULL if no tty */ member
|
/include/linux/usb/ |
D | serial.h | 256 int (*open)(struct tty_struct *tty, struct usb_serial_port *port); 258 int (*write)(struct tty_struct *tty, struct usb_serial_port *port, 261 int (*write_room)(struct tty_struct *tty); 262 int (*ioctl)(struct tty_struct *tty, 264 void (*set_termios)(struct tty_struct *tty, 266 void (*break_ctl)(struct tty_struct *tty, int break_state); 267 int (*chars_in_buffer)(struct tty_struct *tty); 268 void (*wait_until_sent)(struct tty_struct *tty, long timeout); 270 void (*throttle)(struct tty_struct *tty); 271 void (*unthrottle)(struct tty_struct *tty); [all …]
|
/include/net/irda/ |
D | ircomm_tty.h | 103 void ircomm_tty_start(struct tty_struct *tty); 106 int ircomm_tty_tiocmget(struct tty_struct *tty); 107 int ircomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, 109 int ircomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, 111 void ircomm_tty_set_termios(struct tty_struct *tty,
|
/include/net/nfc/ |
D | nci_core.h | 462 struct tty_struct *tty; member
|
/include/uapi/linux/ |
D | Kbuild | 422 header-y += tty.h
|