Searched refs:PcieCallbackFunc (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/pcie/ |
H A D | pcie_core.h | 48 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 D | pcie_if.h | 51 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 D | pcie_if_u.c | 194 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 D | pcie_if.c | 49 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 D | pcie_core.c | 159 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 D | platform_listener_u.h | 61 PcieCallbackFunc func;
|