Searched refs:dma_alloc_noncoherent (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/i825xx/ |
D | lasi_82596.c | 182 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
|
/linux-6.1.9/drivers/scsi/ |
D | sgiwd93.c | 245 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
|
D | 53c700.c | 309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_gem_dma_helper.c | 147 dma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_dma_create()
|
/linux-6.1.9/sound/mips/ |
D | hal2.c | 453 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-6.1.9/Documentation/core-api/ |
D | dma-api.rst | 594 dma_alloc_noncoherent(struct device *dev, size_t size, 607 Free a region of memory previously allocated using dma_alloc_noncoherent(). 609 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by 610 dma_alloc_noncoherent().
|
/linux-6.1.9/include/linux/ |
D | dma-mapping.h | 314 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/linux-6.1.9/sound/core/ |
D | memalloc.c | 823 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
|
/linux-6.1.9/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-tmc-etr.c | 610 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
|
/linux-6.1.9/drivers/usb/cdns3/ |
D | cdns3-gadget.c | 908 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
|