Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1130 wait_event_interruptible(channel->rd_wait, in xillybus_myflush()
1134 channel->rd_wait, in xillybus_myflush()
1375 if (wait_event_interruptible(channel->rd_wait, in xillybus_write()
1780 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()