Home
last modified time | relevance | path

Searched refs:DmacMsg (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h73 struct DmacMsg { struct
84 static inline uintptr_t DmacMsgGetPeriphAddr(struct DmacMsg *msg) in DmacMsgGetPeriphAddr() argument
140 …int32_t (*getChanInfo)(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, struct DmacMsg *msg);
163 int32_t DmaCntlrTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg);
191 static inline int32_t DmaCntlrTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmaCntlrTransfer()
/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c246 static struct DmacChanInfo *DmacRequestChannel(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacRequestChannel()
392 static int32_t DmacPeriphTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacPeriphTransfer()
432 static int32_t DmacM2mTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmacM2mTransfer()
486 int32_t DmaCntlrTransfer(struct DmaCntlr *cntlr, struct DmacMsg *msg) in DmaCntlrTransfer()