Searched refs:tty_struct (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
A D | tty_driver.h | 14 struct tty_struct; 449 void (*shutdown)(struct tty_struct *tty); 450 void (*cleanup)(struct tty_struct *tty); 456 int (*ioctl)(struct tty_struct *tty, 463 void (*stop)(struct tty_struct *tty); 464 void (*start)(struct tty_struct *tty); 465 void (*hangup)(struct tty_struct *tty); 472 int (*tiocmget)(struct tty_struct *tty); 473 int (*tiocmset)(struct tty_struct *tty, 476 int (*get_icount)(struct tty_struct *tty, [all …]
|
A D | tty_ldisc.h | 5 struct tty_struct; 237 int (*open)(struct tty_struct *tty); 238 void (*close)(struct tty_struct *tty); 239 void (*flush_buffer)(struct tty_struct *tty); 244 int (*ioctl)(struct tty_struct *tty, unsigned int cmd, 251 void (*hangup)(struct tty_struct *tty); 258 void (*write_wakeup)(struct tty_struct *tty); 270 struct tty_struct *tty; 278 struct tty_ldisc *tty_ldisc_ref(struct tty_struct *); 282 void tty_ldisc_flush(struct tty_struct *tty); [all …]
|
A D | tty.h | 188 struct tty_struct { struct 229 struct tty_struct *link; argument 247 struct tty_struct *tty; argument 350 void tty_kclose(struct tty_struct *tty); 395 static inline struct tty_struct *tty_kref_get(struct tty_struct *tty) in tty_kref_get() 404 void stop_tty(struct tty_struct *tty); 405 void start_tty(struct tty_struct *tty); 423 void do_SAK(struct tty_struct *tty); 424 void __do_SAK(struct tty_struct *tty); 461 struct tty_struct *tty); [all …]
|
A D | selection.h | 14 struct tty_struct; 19 struct tty_struct *tty); 20 int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty); 21 int paste_selection(struct tty_struct *tty); 24 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry);
|
A D | tty_port.h | 14 struct tty_struct; 37 int (*activate)(struct tty_port *port, struct tty_struct *tty); 103 struct tty_struct *tty; 104 struct tty_struct *itty; 229 struct tty_struct *tty_port_tty_get(struct tty_port *port); 230 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty); 239 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty, 241 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty); 242 void tty_port_close(struct tty_port *port, struct tty_struct *tty, 245 struct tty_struct *tty); [all …]
|
A 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()
|
A D | vt_kern.h | 52 struct tty_struct; 53 int tioclinux(struct tty_struct *tty, unsigned long arg);
|
A D | ti_wilink_st.h | 147 struct tty_struct *tty;
|
A D | console.h | 29 struct tty_struct;
|
A D | serial_core.h | 1135 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped()
|
/include/linux/usb/ |
A D | serial.h | 274 unsigned int (*write_room)(struct tty_struct *tty); 275 int (*ioctl)(struct tty_struct *tty, 282 unsigned int (*chars_in_buffer)(struct tty_struct *tty); 285 void (*throttle)(struct tty_struct *tty); 286 void (*unthrottle)(struct tty_struct *tty); 287 int (*tiocmget)(struct tty_struct *tty); 288 int (*tiocmset)(struct tty_struct *tty, 291 int (*get_icount)(struct tty_struct *tty, 299 void (*init_termios)(struct tty_struct *tty); 353 void usb_serial_generic_throttle(struct tty_struct *tty); [all …]
|
/include/net/nfc/ |
A D | nci_core.h | 456 struct tty_struct *tty;
|
/include/linux/sched/ |
A D | signal.h | 177 struct tty_struct *tty; /* NULL if no tty */
|
Completed in 77 milliseconds