Home
last modified time | relevance | path

Searched refs:g_hook_osa (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dhi_isr.c127 if (g_hook_osa.hi_irq_enable_hook != HI_NULL) { in hi_irq_enable()
128 return g_hook_osa.hi_irq_enable_hook(vector); in hi_irq_enable()
149 if (g_hook_osa.hi_irq_disable_hook != HI_NULL) { in hi_irq_disable()
150 g_hook_osa.hi_irq_disable_hook(vector); in hi_irq_disable()
183 if (g_hook_osa.hi_irq_request_hook != HI_NULL) { in hi_irq_request()
184 return g_hook_osa.hi_irq_request_hook(vector, flags, routine, param); in hi_irq_request()
215 if (g_hook_osa.hi_irq_free_hook != HI_NULL) { in hi_irq_free()
216 return g_hook_osa.hi_irq_free_hook(vector); in hi_irq_free()
230 if (g_hook_osa.hi_is_int_context_hook != HI_NULL) { in hi_is_int_context()
231 return g_hook_osa in hi_is_int_context()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_hook_fuc.h212 HI_EXTERN hi_hook_osa g_hook_osa; variable

Completed in 2 milliseconds