Home
last modified time | relevance | path

Searched refs:DMA_ATTR_NON_CONSISTENT (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dsgiwd93.c238 GFP_KERNEL, DMA_ATTR_NON_CONSISTENT); in sgiwd93_probe()
278 DMA_ATTR_NON_CONSISTENT); in sgiwd93_probe()
295 DMA_ATTR_NON_CONSISTENT); in sgiwd93_remove()
D53c700.c287 GFP_KERNEL, DMA_ATTR_NON_CONSISTENT); in NCR_700_detect()
399 hostdata->pScript, DMA_ATTR_NON_CONSISTENT); in NCR_700_release()
/Linux-v5.4/sound/mips/
Dhal2.c453 GFP_KERNEL, DMA_ATTR_NON_CONSISTENT); in hal2_alloc_dmabuf()
457 &desc_dma, GFP_KERNEL, DMA_ATTR_NON_CONSISTENT); in hal2_alloc_dmabuf()
460 DMA_ATTR_NON_CONSISTENT); in hal2_alloc_dmabuf()
484 codec->desc, codec->desc_dma, DMA_ATTR_NON_CONSISTENT); in hal2_free_dmabuf()
486 DMA_ATTR_NON_CONSISTENT); in hal2_free_dmabuf()
/Linux-v5.4/include/linux/
Ddma-noncoherent.h35 (attrs & DMA_ATTR_NON_CONSISTENT)) in dma_alloc_need_uncached()
Ddma-mapping.h37 #define DMA_ATTR_NON_CONSISTENT (1UL << 3) macro
/Linux-v5.4/drivers/net/ethernet/i825xx/
Dlasi_82596.c99 #define LIB82596_DMA_ATTR DMA_ATTR_NON_CONSISTENT
/Linux-v5.4/drivers/net/ethernet/seeq/
Dsgiseeq.c744 GFP_KERNEL, DMA_ATTR_NON_CONSISTENT); in sgiseeq_probe()
806 sp->srings_dma, DMA_ATTR_NON_CONSISTENT); in sgiseeq_probe()
821 sp->srings_dma, DMA_ATTR_NON_CONSISTENT); in sgiseeq_remove()
/Linux-v5.4/Documentation/
DDMA-attributes.txt46 DMA_ATTR_NON_CONSISTENT
49 DMA_ATTR_NON_CONSISTENT lets the platform to choose to return either
DDMA-API.txt529 DMA_ATTR_NON_CONSISTENT flags is passed in the attrs argument, the
577 the DMA_ATTR_NON_CONSISTENT flag starting at virtual address vaddr and
/Linux-v5.4/drivers/net/ethernet/amd/
Dau1000_eth.c1155 DMA_ATTR_NON_CONSISTENT); in au1000_probe()
1336 DMA_ATTR_NON_CONSISTENT); in au1000_probe()
1370 DMA_ATTR_NON_CONSISTENT); in au1000_remove()
/Linux-v5.4/kernel/dma/
Dmapping.c174 (attrs & DMA_ATTR_NON_CONSISTENT))) in dma_pgprot()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c51 attr = DMA_ATTR_NON_CONSISTENT; in exynos_drm_alloc_buf()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c597 imem->attrs = DMA_ATTR_NON_CONSISTENT | in gk20a_instmem_new()