Searched defs:DmaCntlr (Results 1 – 1 of 1) sorted by relevance
128 struct DmaCntlr { struct140 …int32_t (*getChanInfo)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, struct DmacMsg *msg); argument141 int32_t (*dmaChanEnable)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo); argument142 int32_t (*dmaM2mChanEnable)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, argument144 void (*dmacChanDisable)(struct DmaCntlr *cntlr, uint16_t channel); argument149 int (*dmacGetChanStatus)(struct DmaCntlr *cntlr, uint16_t chan); argument150 uintptr_t (*dmacGetCurrDestAddr)(struct DmaCntlr *cntlr, uint16_t chan); argument155 struct DmaCntlr *DmaCntlrCreate(struct HdfDeviceObject *dev); argument