Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
H A Dwlan_pmo_obj_mgmt_api.c42 pmo_ctx = pmo_get_context(); in pmo_init()
94 pmo_ctx = pmo_get_context(); in pmo_deinit()
152 pmo_ctx = pmo_get_context(); in pmo_psoc_object_created_notification()
361 pmo_ctx = pmo_get_context(); in pmo_register_suspend_handler()
394 pmo_ctx = pmo_get_context(); in pmo_unregister_suspend_handler()
434 pmo_ctx = pmo_get_context(); in pmo_register_resume_handler()
466 pmo_ctx = pmo_get_context(); in pmo_unregister_resume_handler()
506 pmo_ctx = pmo_get_context(); in pmo_suspend_all_components()
563 pmo_ctx = pmo_get_context(); in pmo_resume_all_components()
/wlan-driver/qcacld-3.0/components/pmo/core/inc/
H A Dwlan_pmo_main.h87 struct wlan_pmo_ctx *pmo_get_context(void);
/wlan-driver/qcacld-3.0/components/pmo/core/src/
H A Dwlan_pmo_main.c65 struct wlan_pmo_ctx *pmo_get_context(void) in pmo_get_context() function