Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dtty.h83 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument
84 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument
85 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument
86 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument
87 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument
88 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument
89 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument
90 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument
91 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument
92 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument
[all …]
Dtty_driver.h250 int (*install)(struct tty_driver *driver, struct tty_struct *tty);
251 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);
252 int (*open)(struct tty_struct * tty, struct file * filp);
253 void (*close)(struct tty_struct * tty, struct file * filp);
254 void (*shutdown)(struct tty_struct *tty);
255 void (*cleanup)(struct tty_struct *tty);
256 int (*write)(struct tty_struct * tty,
258 int (*put_char)(struct tty_struct *tty, unsigned char ch);
259 void (*flush_chars)(struct tty_struct *tty);
260 int (*write_room)(struct tty_struct *tty);
[all …]
Dtty_ldisc.h187 void (*flush_buffer)(struct tty_struct *tty);
188 ssize_t (*read)(struct tty_struct *tty, struct file *file,
191 ssize_t (*write)(struct tty_struct *tty, struct file *file,
193 int (*ioctl)(struct tty_struct *tty, struct file *file,
195 int (*compat_ioctl)(struct tty_struct *tty, struct file *file,
197 void (*set_termios)(struct tty_struct *tty, struct ktermios *old);
200 int (*hangup)(struct tty_struct *tty);
222 struct tty_struct *tty; member
Dselection.h19 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);
Ddevpts_fs.h34 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
Dn_r3964.h150 struct tty_struct *tty; member
Dserial_core.h467 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
468 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped()
594 do_SAK(state->port.tty); in uart_handle_break()
Dti_wilink_st.h147 struct tty_struct *tty; member
Dvt_kern.h59 int tioclinux(struct tty_struct *tty, unsigned long arg);
/include/linux/usb/
Dserial.h273 int (*open)(struct tty_struct *tty, struct usb_serial_port *port);
275 int (*write)(struct tty_struct *tty, struct usb_serial_port *port,
278 int (*write_room)(struct tty_struct *tty);
279 int (*ioctl)(struct tty_struct *tty,
281 int (*get_serial)(struct tty_struct *tty, struct serial_struct *ss);
282 int (*set_serial)(struct tty_struct *tty, struct serial_struct *ss);
283 void (*set_termios)(struct tty_struct *tty,
285 void (*break_ctl)(struct tty_struct *tty, int break_state);
286 int (*chars_in_buffer)(struct tty_struct *tty);
287 void (*wait_until_sent)(struct tty_struct *tty, long timeout);
[all …]
/include/net/nfc/
Dnci_core.h452 struct tty_struct *tty; member
/include/linux/sched/
Dsignal.h165 struct tty_struct *tty; /* NULL if no tty */ member