Lines Matching refs:remote_thread_id
256 int remote_thread_id; member
462 uc->config.remote_thread_id = -1; in udma_reset_uchan()
2260 uc->config.dst_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2277 uc->config.src_thread = uc->config.remote_thread_id; in udma_alloc_chan_resources()
2422 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2427 uc->config.dst_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2442 uc->config.remote_thread_id = -1; in bcdma_alloc_chan_resources()
2446 uc->config.src_thread = uc->config.remote_thread_id; in bcdma_alloc_chan_resources()
2617 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2622 uc->config.dst_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2636 uc->config.remote_thread_id = -1; in pktdma_alloc_chan_resources()
2640 uc->config.src_thread = uc->config.remote_thread_id; in pktdma_alloc_chan_resources()
2719 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
2724 uc->config.remote_thread_id); in pktdma_alloc_chan_resources()
4088 int remote_thread_id; member
4124 ucc->remote_thread_id = filter_param->remote_thread_id; in udma_dma_filter_fn()
4132 } else if (ucc->remote_thread_id & K3_PSIL_DST_THREAD_ID_OFFSET) { in udma_dma_filter_fn()
4138 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn()
4141 ucc->remote_thread_id); in udma_dma_filter_fn()
4143 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4153 ucc->remote_thread_id); in udma_dma_filter_fn()
4155 ucc->remote_thread_id = -1; in udma_dma_filter_fn()
4195 ucc->remote_thread_id, dmaengine_get_direction_text(ucc->dir)); in udma_dma_filter_fn()
4220 filter_param.remote_thread_id = dma_spec->args[1]; in udma_of_xlate()
4227 filter_param.remote_thread_id = dma_spec->args[0]; in udma_of_xlate()
5520 uc->config.remote_thread_id = -1; in udma_probe()