Searched refs:dma_coherent (Results 1 – 1 of 1) sorted by relevance
554 static unsigned long uaudio_iommu_map(enum mem_type mtype, bool dma_coherent, in uaudio_iommu_map() argument571 if (dma_coherent) in uaudio_iommu_map()1025 bool dma_coherent; in uaudio_transfer_buffer_setup() local1031 dma_coherent = dev_is_dma_coherent(subs->dev->bus->sysdev); in uaudio_transfer_buffer_setup()1064 xfer_buf_dma_sysdev = uaudio_iommu_map(MEM_XFER_BUF, dma_coherent, in uaudio_transfer_buffer_setup()1108 bool dma_coherent; in uaudio_endpoint_setup() local1113 dma_coherent = dev_is_dma_coherent(subs->dev->bus->sysdev); in uaudio_endpoint_setup()1146 iova = uaudio_iommu_map(MEM_XFER_RING, dma_coherent, tr_pa, in uaudio_endpoint_setup()1181 bool dma_coherent; in uaudio_event_ring_setup() local1186 dma_coherent = dev_is_dma_coherent(subs->dev->bus->sysdev); in uaudio_event_ring_setup()[all …]
Completed in 7 milliseconds