Searched refs:dma_free (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/oss/dmasound/ |
| H A D | dmasound.h | 111 void (*dma_free)(void *, unsigned int); member
|
| H A D | dmasound_core.c | 423 dmasound.mach.dma_free(sq->buffers[i], size); in sq_allocate_buffers() 438 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_atari.c | 1534 .dma_free = AtaFree, 1562 .dma_free = AtaFree,
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_cldma.c | 263 dma_addr_t dma_free; in t7xx_cldma_gpd_tx_collect() local 279 dma_free = req->mapped_buff; in t7xx_cldma_gpd_tx_collect() 287 dma_unmap_single(md_ctrl->dev, dma_free, dma_len, DMA_TO_DEVICE); in t7xx_cldma_gpd_tx_collect()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 244 DEFINE_FREE_EVENT(dma_free);
|
| /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 | 989 mdev->iface.dma_free = hdm_dma_free; in hdm_probe()
|