Lines Matching refs:remote_thread_id

255 	int remote_thread_id;  member
460 uc->config.remote_thread_id = -1; in udma_reset_uchan()
2240 uc->config.dst_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2257 uc->config.src_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2402 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2407 uc->config.dst_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2422 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2426 uc->config.src_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2597 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2602 uc->config.dst_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2616 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2620 uc->config.src_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2699 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
2704 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
4065 int remote_thread_id; member
4101 ucc->remote_thread_id = filter_param->remote_thread_id; in udma_dma_filter_fn()
4109 } else if (ucc->remote_thread_id & K3_PSIL_DST_THREAD_ID_OFFSET) { in udma_dma_filter_fn()
4115 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn()
4118 ucc->remote_thread_id); in udma_dma_filter_fn()
4120 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4130 ucc->remote_thread_id); in udma_dma_filter_fn()
4132 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4172 ucc->remote_thread_id, dmaengine_get_direction_text(ucc->dir)); in udma_dma_filter_fn()
4197 filter_param.remote_thread_id = dma_spec->args[1]; in udma_of_xlate()
4204 filter_param.remote_thread_id = dma_spec->args[0]; in udma_of_xlate()
5455 uc->config.remote_thread_id = -1; in udma_probe()