Home
last modified time | relevance | path

Searched refs:psoc_destroy_handler (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_global_obj.c158 if (g_umac_glb_obj->psoc_destroy_handler[id]) { in wlan_objmgr_register_psoc_destroy_handler()
165 g_umac_glb_obj->psoc_destroy_handler[id] = handler; in wlan_objmgr_register_psoc_destroy_handler()
185 if (g_umac_glb_obj->psoc_destroy_handler[id] != handler) { in wlan_objmgr_unregister_psoc_destroy_handler()
192 g_umac_glb_obj->psoc_destroy_handler[id] = NULL; in wlan_objmgr_unregister_psoc_destroy_handler()
H A Dwlan_objmgr_global_obj_i.h78 psoc_destroy_handler[WLAN_UMAC_MAX_COMPONENTS]; member
H A Dwlan_objmgr_psoc_obj.c223 handler = g_umac_glb_obj->psoc_destroy_handler[id]; in wlan_objmgr_psoc_obj_destroy()
740 handler = g_umac_glb_obj->psoc_destroy_handler[id]; in wlan_objmgr_trigger_psoc_comp_priv_object_deletion()