Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c42 static hcc_hmac_rx_event_handle g_s_handle = { NULL, NULL }; variable
64 if (memcpy_s(&g_s_handle, sizeof(hcc_hmac_rx_event_handle), handle, sizeof(hcc_hmac_rx_event_handle)) != EOK) { in hcc_hmac_rx_event_register()
75 memset_s(&g_s_handle, sizeof(hcc_hmac_rx_event_handle), 0, sizeof(hcc_hmac_rx_event_handle)); in hcc_hmac_rx_event_unregister()
88 if (g_s_handle.control == NULL) { in hcc_to_hmac_control_event_dispatch()
93 return g_s_handle.control(event_mem); in hcc_to_hmac_control_event_dispatch()

Completed in 1 milliseconds