Searched refs:dma_free (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/net/caif/ |
| D | caif_spi.c | 87 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/ |
| D | mic_device.c | 374 goto dma_free; in mic_driver_init() 392 dma_free: in mic_driver_init()
|
| /Linux-v5.4/drivers/gpu/drm/v3d/ |
| D | v3d_drv.c | 310 goto dma_free; in v3d_platform_drm_probe() 335 dma_free: in v3d_platform_drm_probe()
|
| /Linux-v5.4/drivers/staging/most/ |
| D | core.h | 240 void (*dma_free)(struct mbo *mbo, u32 size); member
|
| D | core.c | 114 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/ |
| D | dmasound.h | 115 void (*dma_free)(void *, unsigned int); member
|
| D | dmasound_core.c | 430 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()
|
| D | dmasound_q40.c | 599 .dma_free = Q40Free,
|
| D | dmasound_paula.c | 690 .dma_free = AmiFree,
|
| D | dmasound_atari.c | 1534 .dma_free = AtaFree, 1562 .dma_free = AtaFree,
|
| /Linux-v5.4/drivers/staging/most/dim2/ |
| D | dim2.c | 672 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/ |
| D | mic_boot.c | 481 goto dma_free; in _mic_start() 507 dma_free: in _mic_start()
|
| /Linux-v5.4/drivers/media/platform/qcom/venus/ |
| D | helpers.c | 227 goto dma_free; in intbufs_set_buffer() 235 dma_free: in intbufs_set_buffer()
|
| /Linux-v5.4/drivers/remoteproc/ |
| D | remoteproc_core.c | 790 goto dma_free; in rproc_alloc_carveout() 830 dma_free: in rproc_alloc_carveout()
|
| /Linux-v5.4/drivers/media/pci/ddbridge/ |
| D | ddbridge-core.c | 278 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/ |
| D | usb.c | 1070 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
|