Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c358 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgnc_tty_init()
359 init_waitqueue_head(&ch->ch_pun.un_flags_wait); in dgnc_tty_init()
968 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_wakeup_writes()
990 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_wakeup_writes()
1314 retval = wait_event_interruptible(un->un_flags_wait, in dgnc_block_til_ready()
1500 wake_up_interruptible(&un->un_flags_wait); in dgnc_tty_close()
2591 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_flush_buffer()
2595 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_flush_buffer()
2790 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_ioctl()
2795 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_ioctl()
Ddgnc_driver.h267 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member
Ddgnc_cls.c939 return wait_event_interruptible(un->un_flags_wait, in cls_drain()
Ddgnc_neo.c1342 rc = wait_event_interruptible(un->un_flags_wait, ((un->un_flags & UN_EMPTY) == 0)); in neo_drain()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c1742 wake_up_interruptible(&un->un_flags_wait); in dgap_write_wakeup()
1981 (&ch->ch_tun.un_flags_wait); in dgap_event()
3171 retval = wait_event_interruptible(un->un_flags_wait, in dgap_block_til_ready()
3231 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_flush_buffer()
3235 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_flush_buffer()
3414 ret = wait_event_interruptible(un->un_flags_wait, in dgap_wait_for_drain()
4703 wake_up_interruptible(&un->un_flags_wait); in dgap_tty_close()
5046 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_ioctl()
5050 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_ioctl()
6882 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgap_tty_init()
[all …]
Ddgap.h633 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member