Searched refs:un_tty (Results 1 – 6 of 6) sorted by relevance
518 tp = ch->ch_tun.un_tty; in dgnc_input()757 tty_hangup(ch->ch_tun.un_tty); in dgnc_carrier()760 tty_hangup(ch->ch_pun.un_tty); in dgnc_carrier()936 if ((ch->ch_tun.un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgnc_wakeup_writes()937 ch->ch_tun.un_tty->ldisc->ops->write_wakeup) { in dgnc_wakeup_writes()939 ch->ch_tun.un_tty->ldisc->ops->write_wakeup(ch->ch_tun.un_tty); in dgnc_wakeup_writes()943 wake_up_interruptible(&ch->ch_tun.un_tty->write_wait); in dgnc_wakeup_writes()978 if ((ch->ch_pun.un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgnc_wakeup_writes()979 ch->ch_pun.un_tty->ldisc->ops->write_wakeup) { in dgnc_wakeup_writes()981 ch->ch_pun.un_tty->ldisc->ops->write_wakeup(ch->ch_pun.un_tty); in dgnc_wakeup_writes()[all …]
273 struct tty_struct *un_tty;/* Pointer to unit tty structure */ member
522 baud = C_BAUD(ch->ch_pun.un_tty) & 0xff; in cls_param()524 baud = C_BAUD(ch->ch_tun.un_tty) & 0xff; in cls_param()
670 baud = C_BAUD(ch->ch_pun.un_tty) & 0xff; in neo_param()672 baud = C_BAUD(ch->ch_tun.un_tty) & 0xff; in neo_param()
1492 tp = ch->ch_tun.un_tty; in dgap_input()1680 if ((un->un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgap_write_wakeup()1681 un->un_tty->ldisc->ops->write_wakeup) { in dgap_write_wakeup()1685 (un->un_tty->ldisc->ops->write_wakeup)(un->un_tty); in dgap_write_wakeup()1690 wake_up_interruptible(&un->un_tty->write_wait); in dgap_write_wakeup()1785 tty_hangup(ch->ch_tun.un_tty); in dgap_carrier()1788 tty_hangup(ch->ch_pun.un_tty); in dgap_carrier()1940 if (ch->ch_tun.un_tty) { in dgap_event()1944 (ch->ch_tun.un_tty->port, 1); in dgap_event()1945 tty_insert_flip_char(ch->ch_tun.un_tty->port, in dgap_event()[all …]
630 struct tty_struct *un_tty;/* Pointer to unit tty structure */ member