Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pcie/
H A Dpcie_core.h48 PcieCallbackFunc cb;
49 PcieCallbackFunc dmaCb;
88 int32_t PcieCntlrRegisterIrq(struct PcieCntlr *cntlr, PcieCallbackFunc cb);
90 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len,…
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpcie_if.h51 typedef int32_t (*PcieCallbackFunc)(DevHandle handle); typedef
111 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir…
135 int32_t PcieRegisterIrq(DevHandle handle, PcieCallbackFunc cb);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_if_u.c194 struct HdfIoService *service, PcieCallbackFunc cb, uint32_t num, const struct DmaData *dma) in PcieRegListener()
222 DevHandle handle, PcieCallbackFunc cb, struct HdfSBuf *data, uintptr_t addr, uint32_t len) in DmaToDevice()
246 DevHandle handle, PcieCallbackFunc cb, struct HdfSBuf *data, uintptr_t addr, uint32_t len) in DeviceToDma()
265 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaMap()
344 int32_t PcieRegisterIrq(DevHandle handle, PcieCallbackFunc cb) in PcieRegisterIrq()
H A Dpcie_if.c49 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaMap()
59 int32_t PcieRegisterIrq(DevHandle handle, PcieCallbackFunc cb) in PcieRegisterIrq()
H A Dpcie_core.c159 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len,… in PcieCntlrDmaMap()
196 int32_t PcieCntlrRegisterIrq(struct PcieCntlr *cntlr, PcieCallbackFunc cb) in PcieCntlrRegisterIrq()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_listener_u.h61 PcieCallbackFunc func;