Lines Matching refs:tty
129 struct tty_struct *tty; in ircomm_tty_attach_cable() local
141 tty = tty_port_tty_get(&self->port); in ircomm_tty_attach_cable()
142 if (tty) { in ircomm_tty_attach_cable()
143 tty->hw_stopped = 1; in ircomm_tty_attach_cable()
144 tty_kref_put(tty); in ircomm_tty_attach_cable()
395 struct tty_struct *tty; in ircomm_tty_disconnect_indication() local
400 tty = tty_port_tty_get(&self->port); in ircomm_tty_disconnect_indication()
401 if (!tty) in ircomm_tty_disconnect_indication()
408 tty->hw_stopped = 1; in ircomm_tty_disconnect_indication()
412 tty_kref_put(tty); in ircomm_tty_disconnect_indication()
542 struct tty_struct *tty; in ircomm_tty_link_established() local
547 tty = tty_port_tty_get(&self->port); in ircomm_tty_link_established()
548 if (!tty) in ircomm_tty_link_established()
566 tty->hw_stopped = 0; in ircomm_tty_link_established()
574 tty_kref_put(tty); in ircomm_tty_link_established()