Searched refs:done_wq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_ipp.h | 66 wait_queue_head_t done_wq; member
|
| H A D | exynos_drm_ipp.c | 62 init_waitqueue_head(&ipp->done_wq); in exynos_drm_ipp_register() 779 wake_up(&ipp->done_wq); in exynos_drm_ipp_task_done() 931 ret = wait_event_interruptible(ipp->done_wq, in exynos_drm_ipp_commit_ioctl()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 1226 wake_up(&q->done_wq); in vb2_buffer_done() 2040 ret = wait_event_interruptible(q->done_wq, in __vb2_wait_for_done_vb() 2105 wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); in vb2_wait_for_all_buffers() 2244 wake_up_all(&q->done_wq); in __vb2_queue_cancel() 2356 wake_up_all(&q->done_wq); in vb2_queue_error() 2652 init_waitqueue_head(&q->done_wq); in vb2_core_queue_init() 2700 poll_wait(file, &q->done_wq, wait); in vb2_core_poll()
|
| /linux/include/media/ |
| H A D | videobuf2-core.h | 578 * @done_wq: waitqueue for processes waiting for buffers ready to be dequeued 649 wait_queue_head_t done_wq; 659 wait_queue_head_t done_wq; global() member
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-mem2mem.c | 964 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll() 965 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 1051 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll() 1052 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 1119 wake_up(&dst_vq->done_wq); in coda_wake_up_capture_queue()
|