Lines Matching refs:remote_thread_id
256 int remote_thread_id; member
462 uc->config.remote_thread_id = -1; in udma_reset_uchan()
2267 uc->config.dst_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2284 uc->config.src_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2429 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2434 uc->config.dst_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2449 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2453 uc->config.src_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2624 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2629 uc->config.dst_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2643 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2647 uc->config.src_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2726 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
2731 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
4133 int remote_thread_id; member
4169 ucc->remote_thread_id = filter_param->remote_thread_id; in udma_dma_filter_fn()
4177 } else if (ucc->remote_thread_id & K3_PSIL_DST_THREAD_ID_OFFSET) { in udma_dma_filter_fn()
4183 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn()
4186 ucc->remote_thread_id); in udma_dma_filter_fn()
4188 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4198 ucc->remote_thread_id); in udma_dma_filter_fn()
4200 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4240 ucc->remote_thread_id, dmaengine_get_direction_text(ucc->dir)); in udma_dma_filter_fn()
4264 filter_param.remote_thread_id = dma_spec->args[1]; in udma_of_xlate()
4271 filter_param.remote_thread_id = dma_spec->args[0]; in udma_of_xlate()
5621 uc->config.remote_thread_id = -1; in udma_probe()