Home
last modified time | relevance | path

Searched refs:dma_free (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/drivers/net/caif/
Dcaif_spi.c87 static inline void dma_free(struct cfspi *cfspi, void *cpu_addr, in dma_free() function
101 static inline void dma_free(struct cfspi *cfspi, void *cpu_addr, in dma_free() function
670 dma_free(cfspi, cfspi->xfer.va_rx, cfspi->xfer.pa_rx); in cfspi_init()
672 dma_free(cfspi, cfspi->xfer.va_tx[0], cfspi->xfer.pa_tx[0]); in cfspi_init()
688 dma_free(cfspi, cfspi->xfer.va_rx, cfspi->xfer.pa_rx); in cfspi_uninit()
689 dma_free(cfspi, cfspi->xfer.va_tx[0], cfspi->xfer.pa_tx[0]); in cfspi_uninit()
/Linux-v5.4/drivers/misc/mic/card/
Dmic_device.c374 goto dma_free; in mic_driver_init()
392 dma_free: in mic_driver_init()
/Linux-v5.4/drivers/gpu/drm/v3d/
Dv3d_drv.c310 goto dma_free; in v3d_platform_drm_probe()
335 dma_free: in v3d_platform_drm_probe()
/Linux-v5.4/drivers/staging/most/
Dcore.h240 void (*dma_free)(struct mbo *mbo, u32 size); member
Dcore.c114 if (c->iface->dma_free) in most_free_mbo_coherent()
115 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent()
/Linux-v5.4/sound/oss/dmasound/
Ddmasound.h115 void (*dma_free)(void *, unsigned int); member
Ddmasound_core.c430 dmasound.mach.dma_free(sq->buffers[i], size); in sq_allocate_buffers()
445 dmasound.mach.dma_free(sq->buffers[i], sq->bufSize); in sq_release_buffers()
Ddmasound_q40.c599 .dma_free = Q40Free,
Ddmasound_paula.c690 .dma_free = AmiFree,
Ddmasound_atari.c1534 .dma_free = AtaFree,
1562 .dma_free = AtaFree,
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c672 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function
853 dev->most_iface.dma_free = dma_free; in dim2_probe()
/Linux-v5.4/drivers/misc/mic/host/
Dmic_boot.c481 goto dma_free; in _mic_start()
507 dma_free: in _mic_start()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.c227 goto dma_free; in intbufs_set_buffer()
235 dma_free: in intbufs_set_buffer()
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c790 goto dma_free; in rproc_alloc_carveout()
830 dma_free: in rproc_alloc_carveout()
/Linux-v5.4/drivers/media/pci/ddbridge/
Dddbridge-core.c278 static void dma_free(struct pci_dev *pdev, struct ddb_dma *dma, int dir) in dma_free() function
382 dma_free(dev->pdev, port->input[0]->dma, 0); in ddb_buffers_free()
384 dma_free(dev->pdev, port->input[1]->dma, 0); in ddb_buffers_free()
386 dma_free(dev->pdev, port->output->dma, 1); in ddb_buffers_free()
/Linux-v5.4/drivers/staging/most/usb/
Dusb.c1070 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()