Home
last modified time | relevance | path

Searched refs:rd_wait (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/char/xillybus/
Dxillybus.h82 wait_queue_head_t rd_wait; member
Dxillybus_core.c224 wake_up_interruptible(&channel->rd_wait); in xillybus_isr()
471 init_waitqueue_head(&channel->rd_wait); in xilly_setupchannels()
1128 wait_event_interruptible(channel->rd_wait, in xillybus_myflush()
1132 channel->rd_wait, in xillybus_myflush()
1373 if (wait_event_interruptible(channel->rd_wait, in xillybus_write()
1778 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()