Lines Matching refs:tty_struct
25 struct tty_struct;
40 int (*activate)(struct tty_port *port, struct tty_struct *tty);
56 struct tty_struct *tty; /* Back pointer */
57 struct tty_struct *itty; /* internal back ptr */
188 struct tty_struct *tty_port_tty_get(struct tty_port *port);
189 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);
196 int tty_port_block_til_ready(struct tty_port *port, struct tty_struct *tty,
198 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
200 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
201 void tty_port_close(struct tty_port *port, struct tty_struct *tty,
204 struct tty_struct *tty);
205 int tty_port_open(struct tty_port *port, struct tty_struct *tty,