Lines Matching refs:tty_struct
24 struct tty_struct;
39 int (*activate)(struct tty_port *port, struct tty_struct *tty);
53 struct tty_struct *tty; /* Back pointer */
54 struct tty_struct *itty; /* internal back ptr */
183 struct tty_struct *tty_port_tty_get(struct tty_port *port);
184 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);
191 int tty_port_block_til_ready(struct tty_port *port, struct tty_struct *tty,
193 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
195 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
196 void tty_port_close(struct tty_port *port, struct tty_struct *tty,
199 struct tty_struct *tty);
200 int tty_port_open(struct tty_port *port, struct tty_struct *tty,