Home
last modified time | relevance | path

Searched defs:DmaCntlr (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h128 struct DmaCntlr { struct
140 …int32_t (*getChanInfo)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, struct DmacMsg *msg); argument
141 int32_t (*dmaChanEnable)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo); argument
142 int32_t (*dmaM2mChanEnable)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, argument
144 void (*dmacChanDisable)(struct DmaCntlr *cntlr, uint16_t channel); argument
149 int (*dmacGetChanStatus)(struct DmaCntlr *cntlr, uint16_t chan); argument
150 uintptr_t (*dmacGetCurrDestAddr)(struct DmaCntlr *cntlr, uint16_t chan); argument
155 struct DmaCntlr *DmaCntlrCreate(struct HdfDeviceObject *dev); argument