Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/v3d/
Dv3d_drv.c278 goto dma_free; in v3d_platform_drm_probe()
294 dma_free: in v3d_platform_drm_probe()
/linux-6.1.9/include/linux/
Dmost.h240 void (*dma_free)(struct mbo *mbo, u32 size); member
/linux-6.1.9/sound/oss/dmasound/
Ddmasound.h111 void (*dma_free)(void *, unsigned int); member
Ddmasound_core.c426 dmasound.mach.dma_free(sq->buffers[i], size); in sq_allocate_buffers()
441 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-6.1.9/drivers/staging/most/dim2/
Ddim2.c674 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function
881 dev->most_iface.dma_free = dma_free; in dim2_probe()
/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c265 dma_addr_t dma_free; in t7xx_cldma_gpd_tx_collect() local
281 dma_free = req->mapped_buff; in t7xx_cldma_gpd_tx_collect()
289 dma_unmap_single(md_ctrl->dev, dma_free, dma_len, DMA_TO_DEVICE); in t7xx_cldma_gpd_tx_collect()
/linux-6.1.9/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.c985 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
/linux-6.1.9/drivers/remoteproc/
Dremoteproc_core.c736 goto dma_free; in rproc_alloc_carveout()
776 dma_free: in rproc_alloc_carveout()
/linux-6.1.9/drivers/media/pci/ddbridge/
Dddbridge-core.c269 static void dma_free(struct pci_dev *pdev, struct ddb_dma *dma, int dir) in dma_free() function
373 dma_free(dev->pdev, port->input[0]->dma, 0); in ddb_buffers_free()
375 dma_free(dev->pdev, port->input[1]->dma, 0); in ddb_buffers_free()
377 dma_free(dev->pdev, port->output->dma, 1); in ddb_buffers_free()
/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhelpers.c277 goto dma_free; in intbufs_set_buffer()
285 dma_free: in intbufs_set_buffer()