Lines Matching refs:hwiIndex
183 UINT32 hwiIndex;
190 hwiIndex = HwiNumGet();
191 HwiClear(hwiIndex);
193 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex);
195 HalPreInterruptHandler(hwiIndex);
198 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) {
199 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm);
202 if (g_hwiHandlerForm[hwiIndex] != 0) {
203 g_hwiHandlerForm[hwiIndex]();
207 HalAftInterruptHandler(hwiIndex);
209 OsHookCall(LOS_HOOK_TYPE_ISR_EXIT, hwiIndex);