Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/caif/
H A Dcaif_hsi.h168 wait_queue_head_t flush_fifo_wait; member
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_hsi.c197 ret = wait_event_interruptible_timeout(cfhsi->flush_fifo_wait, in cfhsi_flush_fifo()
746 wake_up_interruptible(&cfhsi->flush_fifo_wait); in cfhsi_rx_done_cb()
1195 init_waitqueue_head(&cfhsi->flush_fifo_wait); in cfhsi_open()