Home
last modified time | relevance | path

Searched refs:requested_channel (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_intel_adsp_hda.c262 uint32_t requested_channel; in intel_adsp_hda_dma_chan_filter() local
268 requested_channel = *(uint32_t *)filter_param; in intel_adsp_hda_dma_chan_filter()
270 if (channel == requested_channel) { in intel_adsp_hda_dma_chan_filter()
Ddma_nxp_edma.c578 int *requested_channel; in edma_channel_filter() local
584 requested_channel = param; in edma_channel_filter()
586 if (*requested_channel == chan_id && lookup_channel(dev, chan_id)) { in edma_channel_filter()
Ddma_xmc4xxx.c404 uint32_t requested_channel; in dma_xmc4xxx_chan_filter() local
410 requested_channel = *(uint32_t *)filter_param; in dma_xmc4xxx_chan_filter()
412 if (channel == requested_channel) { in dma_xmc4xxx_chan_filter()
Ddma_smartbond.c889 uint32_t requested_channel; in dma_smartbond_chan_filter() local
901 requested_channel = *(uint32_t *)filter_param; in dma_smartbond_chan_filter()
903 if (channel == requested_channel) { in dma_smartbond_chan_filter()