Home
last modified time | relevance | path

Searched refs:dma_alloc_noncoherent (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/i825xx/
A Dlasi_82596.c180 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
/linux/drivers/scsi/
A Dsgiwd93.c237 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
A D53c700.c309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/linux/drivers/gpu/drm/
A Ddrm_gem_cma_helper.c126 cma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_cma_create()
/linux/sound/mips/
A Dhal2.c453 codec->buffer = dma_alloc_noncoherent(dev, H2_BUF_SIZE, &buffer_dma, in hal2_alloc_dmabuf()
457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
/linux/Documentation/core-api/
A Ddma-api.rst580 dma_alloc_noncoherent(struct device *dev, size_t size,
593 Free a region of memory previously allocated using dma_alloc_noncoherent().
595 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by
596 dma_alloc_noncoherent().
/linux/include/linux/
A Ddma-mapping.h309 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux/sound/core/
A Dmemalloc.c629 return dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
/linux/drivers/net/ethernet/seeq/
A Dsgiseeq.c751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
/linux/drivers/hwtracing/coresight/
A Dcoresight-tmc-etr.c610 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
/linux/drivers/usb/cdns3/
A Dcdns3-gadget.c908 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()

Completed in 39 milliseconds