Home
last modified time | relevance | path

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

/kernel/liteos_m/arch/risc-v/common/
H A 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 in ArchIntClear() local
91 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntSetPriority() local
101 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntCurIrqNum() local
[all...]
/kernel/liteos_m/arch/csky/common/
H A 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 in ArchIntClear() local
143 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntSetPriority() local
153 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntCurIrqNum() local
244 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchHwiCreate() local
[all...]
/kernel/liteos_m/arch/xtensa/common/
H A 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 in ArchIntClear() local
135 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntCurIrqNum() local
228 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchHwiCreate() local
[all...]
/kernel/liteos_m/arch/arm/common/
H A Dlos_common_interrupt.c153 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local
154 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()
158 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()
167 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local
168 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()
172 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()
181 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local
182 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()
186 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()
195 HwiControllerOps *hwiOps in ArchIntClear() local
213 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntSetPriority() local
223 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchIntCurIrqNum() local
281 HwiControllerOps *hwiOps = ArchIntOpsGet(); ArchHwiCreate() local
[all...]

Completed in 2 milliseconds