Searched refs:dma_ops (Results 1 – 6 of 6) sorted by relevance
26 return (struct dma_ops *)dev->driver->ops; in dma_dev_ops()53 const struct dma_ops *ops; in dma_get_by_index()110 struct dma_ops *ops = dma_dev_ops(dev); in dma_request()124 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_free()136 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_enable()148 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_disable()160 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_prepare_rcv_buf()172 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_receive()184 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_send()196 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_get_cfg()[all …]
230 static const struct dma_ops sandbox_dma_ops = {
563 static const struct dma_ops ti_edma3_ops = {
520 static const struct dma_ops bcm6348_iudma_ops = {
24 struct dma_ops { struct
1848 static const struct dma_ops udma_ops = {
Completed in 12 milliseconds