Searched refs:dma_ops (Results 1 – 6 of 6) sorted by relevance
20 static inline struct dma_ops *dma_dev_ops(struct udevice *dev) in dma_dev_ops()22 return (struct dma_ops *)dev->driver->ops; in dma_dev_ops()49 const struct dma_ops *ops; in dma_get_by_index()106 struct dma_ops *ops = dma_dev_ops(dev); in dma_request()120 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_free()132 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_enable()144 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_disable()156 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_prepare_rcv_buf()168 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_receive()180 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_send()[all …]
228 static const struct dma_ops sandbox_dma_ops = {
562 static const struct dma_ops ti_edma3_ops = {
508 static const struct dma_ops bcm6348_iudma_ops = {
24 struct dma_ops { struct
554 static const MemoryRegionOps dma_ops = { variable573 memory_region_init_io(&s->iomem, obj, &dma_ops, s, in xlnx_dpdma_init()