Home
last modified time | relevance | path

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

/drivers/block/rsxx/
Ddma.c849 ctrl->done_wq = alloc_ordered_workqueue(DRIVER_NAME"_done", 0); in rsxx_dma_ctrl_init()
850 if (!ctrl->done_wq) in rsxx_dma_ctrl_init()
958 if (ctrl->done_wq) { in rsxx_dma_setup()
959 destroy_workqueue(ctrl->done_wq); in rsxx_dma_setup()
960 ctrl->done_wq = NULL; in rsxx_dma_setup()
1011 if (ctrl->done_wq) { in rsxx_dma_destroy()
1012 destroy_workqueue(ctrl->done_wq); in rsxx_dma_destroy()
1013 ctrl->done_wq = NULL; in rsxx_dma_destroy()
Drsxx_priv.h113 struct workqueue_struct *done_wq; member
Dcore.c386 queue_work(card->ctrl[i].done_wq, in rsxx_isr()
/drivers/media/v4l2-core/
Dvideobuf2-core.c1210 wake_up(&q->done_wq); in vb2_buffer_done()
1941 ret = wait_event_interruptible(q->done_wq, in __vb2_wait_for_done_vb()
2011 wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); in vb2_wait_for_all_buffers()
2158 wake_up_all(&q->done_wq); in __vb2_queue_cancel()
2240 wake_up_all(&q->done_wq); in vb2_queue_error()
2628 poll_wait(file, &q->done_wq, wait); in vb2_poll()
2685 init_waitqueue_head(&q->done_wq); in vb2_queue_init()
Dv4l2-mem2mem.c566 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll()
568 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c947 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll()
948 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll()