Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/xillybus/
Dxillybus.h79 wait_queue_head_t rd_wait; member
Dxillybus_core.c221 wake_up_interruptible(&channel->rd_wait); in xillybus_isr()
468 init_waitqueue_head(&channel->rd_wait); in xilly_setupchannels()
1127 wait_event_interruptible(channel->rd_wait, in xillybus_myflush()
1131 channel->rd_wait, in xillybus_myflush()
1372 if (wait_event_interruptible(channel->rd_wait, in xillybus_write()
1777 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()