Searched defs:tty_port (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dtty.h178 struct tty_port;
182 int (*carrier_raised)(struct tty_port *port);
184 void (*dtr_rts)(struct tty_port *port, int raise);
188 void (*shutdown)(struct tty_port *port);
193 int (*activate)(struct tty_port *port, struct tty_struct *tty);
195 void (*destruct)(struct tty_port *port);
198 struct tty_port { struct
292 struct tty_port *port;
446 extern void tty_buffer_free_all(struct tty_port *port);
448 extern void tty_buffer_init(struct tty_port *por
[all...]

Completed in 27 milliseconds