Home
last modified time | relevance | path

Searched refs:dma_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c20 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 …]
H A Dsandbox-dma-test.c228 static const struct dma_ops sandbox_dma_ops = {
H A Dti-edma3.c562 static const struct dma_ops ti_edma3_ops = {
H A Dbcm6348-iudma.c508 static const struct dma_ops bcm6348_iudma_ops = {
/openbmc/u-boot/include/
H A Ddma-uclass.h24 struct dma_ops { struct
/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c554 static const MemoryRegionOps dma_ops = { variable
573 memory_region_init_io(&s->iomem, obj, &dma_ops, s, in xlnx_dpdma_init()