Searched refs:dma_alloc_noncoherent (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | lasi_82596.c | 181 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | firmware.c | 218 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor()
|
/openbmc/linux/drivers/scsi/ |
H A D | sgiwd93.c | 245 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
|
H A D | 53c700.c | 309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 147 dma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_dma_create()
|
/openbmc/linux/sound/mips/ |
H A 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()
|
/openbmc/linux/Documentation/core-api/ |
H A 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().
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 315 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/openbmc/linux/sound/core/ |
H A D | memalloc.c | 873 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 611 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 914 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
|