Home
last modified time | relevance | path

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

/include/linux/
A Dtty_driver.h14 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 Dtty_ldisc.h5 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 Dtty.h188 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 Dselection.h14 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 Dtty_port.h14 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 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()
A Dvt_kern.h52 struct tty_struct;
53 int tioclinux(struct tty_struct *tty, unsigned long arg);
A Dti_wilink_st.h147 struct tty_struct *tty;
A Dconsole.h29 struct tty_struct;
A Dserial_core.h1135 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped()
/include/linux/usb/
A Dserial.h274 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 Dnci_core.h456 struct tty_struct *tty;
/include/linux/sched/
A Dsignal.h177 struct tty_struct *tty; /* NULL if no tty */

Completed in 77 milliseconds