Searched refs:dst_q (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | bcm-sba-raid.c | 938 if (dst_q) { 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() 1177 if (!dst_q) in sba_fillup_pq_single_msg() 1267 cmdsp->data = *dst_q + msg_offset; in sba_fillup_pq_single_msg() 1293 cmdsp->data = *dst_q + msg_offset; in sba_fillup_pq_single_msg() 1324 dst_p, dst_q, src, scf); in sba_prep_dma_pq_single_req() 1356 dst_q = &dst[1]; in sba_prep_dma_pq() 1365 if (dst_q) { in sba_prep_dma_pq() 1367 if (*dst_q == src[i]) { in sba_prep_dma_pq() [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | quota.c | 316 struct bch_memquota *dst_q, in __bch2_quota_transfer() argument 320 BUG_ON(v + dst_q->c[counter].v < v); in __bch2_quota_transfer() 323 dst_q->c[counter].v += v; in __bch2_quota_transfer() 332 struct bch_memquota *src_q[3], *dst_q[3]; in bch2_quota_transfer() local 344 if (!src_q[i] || !dst_q[i]) in bch2_quota_transfer() 352 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_SPC, in bch2_quota_transfer() 353 dst_q[i]->c[Q_SPC].v + space, in bch2_quota_transfer() 358 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_INO, in bch2_quota_transfer() 359 dst_q[i]->c[Q_INO].v + 1, in bch2_quota_transfer() 366 __bch2_quota_transfer(src_q[i], dst_q[i], Q_SPC, space); in bch2_quota_transfer() [all …]
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-mem2mem.c | 916 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local 921 dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll_for_data() 930 (!vb2_is_streaming(dst_q) || dst_q->error || in v4l2_m2m_poll_for_data() 931 (list_empty(&dst_q->queued_list) && !dst_q->last_buffer_dequeued))) in v4l2_m2m_poll_for_data() 939 spin_lock_irqsave(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data() 944 if (!list_empty(&dst_q->done_list) || dst_q->last_buffer_dequeued) in v4l2_m2m_poll_for_data() 946 spin_unlock_irqrestore(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data() 956 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll() local 968 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
|
| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_state.c | 263 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(inst->m2m_ctx); in iris_allow_cmd() local 266 if (vb2_is_streaming(src_q) || vb2_is_streaming(dst_q)) in iris_allow_cmd()
|
| H A D | iris_hfi_gen1_response.c | 35 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 D | iris_hfi_gen2_response.c | 508 struct vb2_queue *dst_q; in iris_hfi_gen2_read_input_subcr_params() local 584 dst_q = v4l2_m2m_get_dst_vq(inst->m2m_ctx); in iris_hfi_gen2_read_input_subcr_params() 585 dst_q->min_reqbufs_allocation = inst->buffers[BUF_OUTPUT].min_count; in iris_hfi_gen2_read_input_subcr_params()
|
| /linux-6.15/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 1018 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local 1025 dst_q = &ctx->vq_dst; in s5p_mfc_poll() 1032 (!vb2_is_streaming(dst_q) || list_empty(&dst_q->queued_list))) { in s5p_mfc_poll() 1039 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll() 1051 spin_lock_irqsave(&dst_q->done_lock, flags); in s5p_mfc_poll() 1052 if (!list_empty(&dst_q->done_list)) in s5p_mfc_poll() 1053 dst_vb = list_first_entry(&dst_q->done_list, struct vb2_buffer, in s5p_mfc_poll() 1058 spin_unlock_irqrestore(&dst_q->done_lock, flags); in s5p_mfc_poll()
|
| /linux-6.15/include/linux/soc/ti/ |
| H A D | knav_dma.h | 108 unsigned int dst_q; member
|
| /linux-6.15/drivers/soc/ti/ |
| H A D | knav_dma.c | 176 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-6.15/drivers/net/ethernet/ti/ |
| H A D | netcp_core.c | 1670 config.u.rx.dst_q = netcp->rx_queue_id; in netcp_setup_navigator_resources()
|