Searched refs:OsalIRQHandle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/include/osal/ |
H A D | osal_irq.h | 61 typedef uint32_t (*OsalIRQHandle)(uint32_t irqId, void *dev); typedef 82 int32_t OsalRegisterIrq(uint32_t irqId, uint32_t config, OsalIRQHandle handle, const char *name, vo…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_irq.c | 27 uint32_t config, OsalIRQHandle handle, const char *name, void *data) in OsalRegisterIrq()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_irq.c | 37 int32_t OsalRegisterIrq(uint32_t irqId, uint32_t config, OsalIRQHandle handle, const char *name, vo… in OsalRegisterIrq()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/dma/ |
H A D | dmac_core.c | 564 ret = OsalRegisterIrq(cntlr->irq, 0, (OsalIRQHandle)DmacIsr, "PlatDmac", cntlr); in DmacCntlrAdd()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 215 OsalIRQHandle irqFunc;
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 182 OsalIRQHandle irqFunc;
|