Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c361 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgnc_tty_init()
362 init_waitqueue_head(&ch->ch_pun.un_flags_wait); in dgnc_tty_init()
974 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_wakeup_writes()
997 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_wakeup_writes()
1321 retval = wait_event_interruptible(un->un_flags_wait, in dgnc_block_til_ready()
1496 wake_up_interruptible(&un->un_flags_wait); in dgnc_tty_close()
2525 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_flush_buffer()
2529 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_flush_buffer()
2723 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_ioctl()
2729 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_ioctl()
Ddgnc_driver.h275 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member
Ddgnc_cls.c925 return wait_event_interruptible(un->un_flags_wait, in cls_drain()
Ddgnc_neo.c1312 rc = wait_event_interruptible(un->un_flags_wait, ((un->un_flags & UN_EMPTY) == 0)); in neo_drain()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c1691 wake_up_interruptible(&un->un_flags_wait); in dgap_write_wakeup()
1924 (&ch->ch_tun.un_flags_wait); in dgap_event()
3105 retval = wait_event_interruptible(un->un_flags_wait, in dgap_block_til_ready()
3165 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_flush_buffer()
3169 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_flush_buffer()
3347 ret = wait_event_interruptible(un->un_flags_wait, in dgap_wait_for_drain()
4626 wake_up_interruptible(&un->un_flags_wait); in dgap_tty_close()
4966 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_ioctl()
4970 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_ioctl()
6788 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgap_tty_init()
[all …]
Ddgap.h632 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member