Home
last modified time | relevance | path

Searched refs:hwiOps (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/arch/risc-v/common/
Dlos_common_interrupt.c51 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local
52 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()
56 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()
61 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local
62 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()
66 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()
71 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local
72 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()
76 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()
81 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local
[all …]
/kernel/liteos_m/arch/csky/common/
Dlos_common_interrupt.c83 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local
84 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()
88 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()
97 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local
98 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()
102 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()
111 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local
112 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()
116 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()
125 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local
[all …]
/kernel/liteos_m/arch/arm/common/
Dlos_common_interrupt.c157 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local
158 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()
162 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()
171 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local
172 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()
176 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()
185 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local
186 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()
190 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()
199 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local
[all …]
/kernel/liteos_m/arch/xtensa/common/
Dlos_common_interrupt.c83 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local
84 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()
88 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()
97 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local
98 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()
102 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()
111 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local
112 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()
116 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()
125 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local
[all …]