Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/v3d/
Dv3d_drv.c316 goto dma_free; in v3d_platform_drm_probe()
332 dma_free: in v3d_platform_drm_probe()
/Linux-v5.10/include/linux/
Dmost.h240 void (*dma_free)(struct mbo *mbo, u32 size); member
/Linux-v5.10/sound/oss/dmasound/
Ddmasound.h115 void (*dma_free)(void *, unsigned int); member
Ddmasound_core.c431 dmasound.mach.dma_free(sq->buffers[i], size); in sq_allocate_buffers()
446 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.10/drivers/staging/most/dim2/
Ddim2.c671 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function
852 dev->most_iface.dma_free = dma_free; in dim2_probe()
/Linux-v5.10/drivers/most/
Dcore.c105 if (c->iface->dma_free) in most_free_mbo_coherent()
106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent()
Dmost_usb.c984 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
/Linux-v5.10/drivers/remoteproc/
Dremoteproc_core.c833 goto dma_free; in rproc_alloc_carveout()
873 dma_free: in rproc_alloc_carveout()
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dhelpers.c225 goto dma_free; in intbufs_set_buffer()
233 dma_free: in intbufs_set_buffer()
/Linux-v5.10/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()