Home
last modified time | relevance | path

Searched refs:dst_q (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/dma/
H A Dbcm-sba-raid.c908 dma_addr_t *dst_p, dma_addr_t *dst_q, in sba_fillup_pq_msg() argument
938 if (dst_q) { in sba_fillup_pq_msg()
951 cmdsp->data = *dst_q + msg_offset; in sba_fillup_pq_msg()
1018 if (dst_q) { in sba_fillup_pq_msg()
1039 cmdsp->data = *dst_q + msg_offset; in sba_fillup_pq_msg()
1054 dma_addr_t *dst_p, dma_addr_t *dst_q, dma_addr_t *src, in sba_prep_dma_pq_req() argument
1069 off, len, dst_p, dst_q, scf, src, src_cnt); in sba_prep_dma_pq_req()
1083 dma_addr_t *dst_p, dma_addr_t *dst_q, in sba_fillup_pq_single_msg() argument
1177 if (!dst_q) in sba_fillup_pq_single_msg()
1267 cmdsp->data = *dst_q + msg_offset; in sba_fillup_pq_single_msg()
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c913 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local
918 dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll_for_data()
927 (!vb2_is_streaming(dst_q) || dst_q->error || in v4l2_m2m_poll_for_data()
928 (list_empty(&dst_q->queued_list) && !dst_q->last_buffer_dequeued))) in v4l2_m2m_poll_for_data()
936 spin_lock_irqsave(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data()
941 if (!list_empty(&dst_q->done_list) || dst_q->last_buffer_dequeued) in v4l2_m2m_poll_for_data()
943 spin_unlock_irqrestore(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data()
953 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll() local
965 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
/linux/drivers/media/platform/qcom/iris/
H A Diris_state.c264 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(inst->m2m_ctx); in iris_allow_cmd() local
267 if (vb2_is_streaming(src_q) || vb2_is_streaming(dst_q)) in iris_allow_cmd()
H A Diris_hfi_gen1_response.c35 struct vb2_queue *dst_q; in iris_hfi_gen1_read_changed_params() local
165 dst_q = v4l2_m2m_get_dst_vq(inst->m2m_ctx); in iris_hfi_gen1_read_changed_params()
166 dst_q->min_reqbufs_allocation = inst->buffers[BUF_OUTPUT].min_count; in iris_hfi_gen1_read_changed_params()
H A Diris_venc.c408 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(inst->m2m_ctx); in iris_venc_s_param() local
449 (s_parm->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE && vb2_is_streaming(dst_q))) { in iris_venc_s_param()
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c1031 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local
1038 dst_q = &ctx->vq_dst; in s5p_mfc_poll()
1045 (!vb2_is_streaming(dst_q) || list_empty(&dst_q->queued_list))) { in s5p_mfc_poll()
1052 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll()
1064 spin_lock_irqsave(&dst_q->done_lock, flags); in s5p_mfc_poll()
1065 if (!list_empty(&dst_q->done_list)) in s5p_mfc_poll()
1066 dst_vb = list_first_entry(&dst_q->done_list, struct vb2_buffer, in s5p_mfc_poll()
1071 spin_unlock_irqrestore(&dst_q->done_lock, flags); in s5p_mfc_poll()
/linux/include/linux/soc/ti/
H A Dknav_dma.h108 unsigned int dst_q; member
/linux/drivers/soc/ti/
H A Dknav_dma.c176 v |= cfg->u.rx.dst_q & CHAN_QNUM_MASK; in chan_start()
331 chan->cfg.u.rx.dst_q, in dma_debug_show_channels()
/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1670 config.u.rx.dst_q = netcp->rx_queue_id; in netcp_setup_navigator_resources()