Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c181 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c242 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor()
/linux/sound/mips/
H 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/drivers/spi/
H A Dspi-fsl-dspi.c704 dma->tx_dma_buf = dma_alloc_noncoherent(dma->chan_tx->device->dev, in dspi_request_dma()
712 dma->rx_dma_buf = dma_alloc_noncoherent(dma->chan_rx->device->dev, in dspi_request_dma()
/linux/include/linux/
H A Ddma-mapping.h506 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux/sound/core/
H A Dmemalloc.c838 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
/linux/drivers/accel/amdxdna/
H A Daie2_message.c71 vaddr = dma_alloc_noncoherent(xdna->ddev.dev, *size, dma_addr, in aie2_alloc_msg_buffer()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c617 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
/linux/drivers/scsi/
H A D53c700.c310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c914 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c391 return dma_alloc_noncoherent(dev, size, handle, DMA_BIDIRECTIONAL, gfp); in fec_dma_alloc()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1054 vaddr_unaligned = dma_alloc_noncoherent(ab->dev, rx_tid->unaligned_size, &paddr, in ath11k_peer_rx_tid_setup()