Home
last modified time | relevance | path

Searched refs:un_tty (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c509 tp = ch->ch_tun.un_tty; in dgnc_input()
748 tty_hangup(ch->ch_tun.un_tty); in dgnc_carrier()
751 tty_hangup(ch->ch_pun.un_tty); in dgnc_carrier()
931 if ((ch->ch_tun.un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgnc_wakeup_writes()
932 ch->ch_tun.un_tty->ldisc->ops->write_wakeup) { in dgnc_wakeup_writes()
934 (ch->ch_tun.un_tty->ldisc->ops->write_wakeup)(ch->ch_tun.un_tty); in dgnc_wakeup_writes()
938 wake_up_interruptible(&ch->ch_tun.un_tty->write_wait); in dgnc_wakeup_writes()
972 if ((ch->ch_pun.un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgnc_wakeup_writes()
973 ch->ch_pun.un_tty->ldisc->ops->write_wakeup) { in dgnc_wakeup_writes()
975 (ch->ch_pun.un_tty->ldisc->ops->write_wakeup)(ch->ch_pun.un_tty); in dgnc_wakeup_writes()
[all …]
Ddgnc_driver.h265 struct tty_struct *un_tty;/* Pointer to unit tty structure */ member
Ddgnc_cls.c530 baud = C_BAUD(ch->ch_pun.un_tty) & 0xff; in cls_param()
532 baud = C_BAUD(ch->ch_tun.un_tty) & 0xff; in cls_param()
Ddgnc_neo.c688 baud = C_BAUD(ch->ch_pun.un_tty) & 0xff; in neo_param()
690 baud = C_BAUD(ch->ch_tun.un_tty) & 0xff; in neo_param()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c1540 tp = ch->ch_tun.un_tty; in dgap_input()
1731 if ((un->un_tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && in dgap_write_wakeup()
1732 un->un_tty->ldisc->ops->write_wakeup) { in dgap_write_wakeup()
1736 (un->un_tty->ldisc->ops->write_wakeup)(un->un_tty); in dgap_write_wakeup()
1741 wake_up_interruptible(&un->un_tty->write_wait); in dgap_write_wakeup()
1839 tty_hangup(ch->ch_tun.un_tty); in dgap_carrier()
1842 tty_hangup(ch->ch_pun.un_tty); in dgap_carrier()
1998 if (ch->ch_tun.un_tty) { in dgap_event()
2002 (ch->ch_tun.un_tty->port, 1); in dgap_event()
2003 tty_insert_flip_char(ch->ch_tun.un_tty->port, in dgap_event()
[all …]
Ddgap.h631 struct tty_struct *un_tty;/* Pointer to unit tty structure */ member