Searched refs:dma_free (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | dma.c | 72 ut_assertok(dma_free(&dma_tx)); in dm_test_dma() 73 ut_assertok(dma_free(&dma_rx)); in dm_test_dma() 117 ut_assertok(dma_free(&dma_tx)); in dm_test_dma_rx() 118 ut_assertok(dma_free(&dma_rx)); in dm_test_dma_rx()
|
/openbmc/u-boot/include/ |
H A D | dma.h | 236 int dma_free(struct dma *dma);
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 274 goto dma_free; in v3d_platform_drm_probe() 290 dma_free: in v3d_platform_drm_probe()
|
/openbmc/linux/include/linux/ |
H A D | most.h | 240 void (*dma_free)(struct mbo *mbo, u32 size); member
|
/openbmc/linux/sound/oss/dmasound/ |
H A D | dmasound.h | 111 void (*dma_free)(void *, unsigned int); member
|
H A D | dmasound_core.c | 426 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()
|
H A D | dmasound_q40.c | 599 .dma_free = Q40Free,
|
H A D | dmasound_paula.c | 690 .dma_free = AmiFree,
|
H A D | dmasound_atari.c | 1534 .dma_free = AtaFree, 1562 .dma_free = AtaFree,
|
/openbmc/u-boot/drivers/dma/ |
H A D | dma-uclass.c | 118 int dma_free(struct dma *dma) in dma_free() function
|
/openbmc/linux/drivers/staging/most/dim2/ |
H A D | dim2.c | 677 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function 883 dev->most_iface.dma_free = dma_free; in dim2_probe()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.c | 266 dma_addr_t dma_free; in t7xx_cldma_gpd_tx_collect() local 282 dma_free = req->mapped_buff; in t7xx_cldma_gpd_tx_collect() 290 dma_unmap_single(md_ctrl->dev, dma_free, dma_len, DMA_TO_DEVICE); in t7xx_cldma_gpd_tx_collect()
|
/openbmc/linux/drivers/most/ |
H A D | core.c | 105 if (c->iface->dma_free) in most_free_mbo_coherent() 106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent()
|
H A D | most_usb.c | 985 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_core.c | 737 goto dma_free; in rproc_alloc_carveout() 777 dma_free: in rproc_alloc_carveout()
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 269 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()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 277 goto dma_free; in intbufs_set_buffer() 285 dma_free: in intbufs_set_buffer()
|