Home
last modified time | relevance | path

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

/include/linux/
Dtty.h104 #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 …]
Dtty_driver.h254 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 …]
Dtty_ldisc.h179 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
Dselection.h19 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);
Dserial_core.h422 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()
Dn_r3964.h150 struct tty_struct *tty; member
Dti_wilink_st.h160 struct tty_struct *tty; member
Dvt_kern.h57 int tioclinux(struct tty_struct *tty, unsigned long arg);
Dsched.h761 struct tty_struct *tty; /* NULL if no tty */ member
/include/linux/usb/
Dserial.h256 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/
Dircomm_tty.h103 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/
Dnci_core.h462 struct tty_struct *tty; member
/include/uapi/linux/
DKbuild422 header-y += tty.h