Searched refs:src_q (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 593 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll() local 609 src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll() 617 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in v4l2_m2m_poll() 623 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll() 624 if (list_empty(&src_q->done_list)) in v4l2_m2m_poll() 625 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll() 626 spin_unlock_irqrestore(&src_q->done_lock, flags); in v4l2_m2m_poll() 643 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll() 644 if (!list_empty(&src_q->done_list)) in v4l2_m2m_poll() 645 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in v4l2_m2m_poll() [all …]
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 999 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local 1005 src_q = &ctx->vq_src; in s5p_mfc_poll() 1012 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll() 1019 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll() 1024 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll() 1025 if (!list_empty(&src_q->done_list)) in s5p_mfc_poll() 1026 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in s5p_mfc_poll() 1031 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll()
|