/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 316 goto dma_free; in v3d_platform_drm_probe() 332 dma_free: in v3d_platform_drm_probe()
|
/kernel/linux/linux-6.6/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()
|
/device/soc/rockchip/common/vendor/drivers/pci/ |
H A D | rockchip-pcie-dma.h | 164 int dma_free; member
|
H A D | pcie-dw-rockchip.c | 1178 obj->dma_free = true; in rk_pcie_handle_dma_interrupt() 1182 if (obj->dma_free && obj->loop_count >= obj->loop_count_threshold) { in rk_pcie_handle_dma_interrupt()
|
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 165 int dma_free; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rockchip-pcie-dma.h | 171 int dma_free; member
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 171 int dma_free; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | most.h | 240 void (*dma_free)(struct mbo *mbo, u32 size); member
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | most.h | 240 void (*dma_free)(struct mbo *mbo, u32 size); member
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/drivers/staging/most/dim2/ |
H A D | dim2.c | 681 static void dma_free(struct mbo *mbo, u32 size) in dma_free() function 881 dev->most_iface.dma_free = dma_free; in dim2_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.c | 265 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()
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/ |
H A D | pcie-dw-rockchip.c | 1395 obj->dma_free = true; in rk_pcie_handle_dma_interrupt() 1400 if (obj->dma_free && in rk_pcie_handle_dma_interrupt()
|