Searched refs:dma_alloc_noncoherent (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/i825xx/ |
| D | lasi_82596.c | 180 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
|
| /Linux-v5.15/drivers/scsi/ |
| D | sgiwd93.c | 237 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-v5.15/drivers/gpu/drm/ |
| D | drm_gem_cma_helper.c | 126 cma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_cma_create()
|
| /Linux-v5.15/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-v5.15/Documentation/core-api/ |
| D | dma-api.rst | 580 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-v5.15/include/linux/ |
| D | dma-mapping.h | 309 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
| /Linux-v5.15/drivers/net/ethernet/seeq/ |
| D | sgiseeq.c | 751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdns3-gadget.c | 921 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
|