Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/caif/
Dcaif_spi.c87 static inline void dma_free(void *cpu_addr, dma_addr_t handle) in dma_free() function
100 static inline void dma_free(void *cpu_addr, dma_addr_t handle) in dma_free() function
668 dma_free(cfspi->xfer.va_rx, cfspi->xfer.pa_rx); in cfspi_init()
670 dma_free(cfspi->xfer.va_tx[0], cfspi->xfer.pa_tx[0]); in cfspi_init()
686 dma_free(cfspi->xfer.va_rx, cfspi->xfer.pa_rx); in cfspi_uninit()
687 dma_free(cfspi->xfer.va_tx[0], cfspi->xfer.pa_tx[0]); in cfspi_uninit()
/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_drv.c299 goto dma_free; in v3d_platform_drm_probe()
320 dma_free: in v3d_platform_drm_probe()
/Linux-v4.19/drivers/misc/mic/card/
Dmic_device.c386 goto dma_free; in mic_driver_init()
404 dma_free: in mic_driver_init()
/Linux-v4.19/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-v4.19/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.c598 .dma_free = Q40Free,
Ddmasound_paula.c689 .dma_free = AmiFree,
Ddmasound_atari.c1533 .dma_free = AtaFree,
1561 .dma_free = AtaFree,
/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c691 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function
874 dev->most_iface.dma_free = dma_free; in dim2_probe()
/Linux-v4.19/drivers/misc/mic/host/
Dmic_boot.c493 goto dma_free; in _mic_start()
519 dma_free: in _mic_start()
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.c235 goto dma_free; in intbufs_set_buffer()
243 dma_free: in intbufs_set_buffer()
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_core.c664 goto dma_free; in rproc_handle_carveout()
719 dma_free: in rproc_handle_carveout()
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-core.c282 static void dma_free(struct pci_dev *pdev, struct ddb_dma *dma, int dir) in dma_free() function
386 dma_free(dev->pdev, port->input[0]->dma, 0); in ddb_buffers_free()
388 dma_free(dev->pdev, port->input[1]->dma, 0); in ddb_buffers_free()
390 dma_free(dev->pdev, port->output->dma, 1); in ddb_buffers_free()
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c1063 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
/Linux-v4.19/drivers/block/
DDAC960.c232 loaf->dma_free =loaf->dma_base = dma_handle; in init_dma_loaf()
245 *dma_handle = loaf->dma_free; in slice_dma_loaf()
247 loaf->dma_free += len; in slice_dma_loaf()
DDAC960.h116 dma_addr_t dma_free; member