Searched refs:wow (Results 1 – 10 of 10) sorted by relevance
133 count = vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_def++; in pmo_get_and_increment_wow_default_ptrn()157 vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_def++; in pmo_increment_wow_default_ptrn()179 vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_def--; in pmo_decrement_wow_default_ptrn()203 count = vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_def; in pmo_get_wow_default_ptrn()228 vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_def = value; in pmo_set_wow_default_ptrn()250 vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_usr++; in pmo_increment_wow_user_ptrn()272 vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_usr--; in pmo_decrement_wow_user_ptrn()296 count = vdev_ctx->pmo_psoc_ctx->wow.ptrn_id_usr; in pmo_get_wow_user_ptrn()392 psoc_ctx->wow.wow_enable = value; in pmo_core_update_wow_enable()415 value = psoc_ctx->wow.wow_enable; in pmo_core_is_wow_enabled()[all …]
63 struct pmo_wow wow; member
53 value = psoc_ctx->wow.is_wow_bus_suspended; in pmo_core_get_wow_bus_suspend()
65 psoc_ctx->wow.lphb_cache[i].cmd in pmo_core_send_lphb_enable()67 psoc_ctx->wow.lphb_cache[i].params.lphb_enable_req.enable = in pmo_core_send_lphb_enable()69 psoc_ctx->wow.lphb_cache[i].params.lphb_enable_req.item = in pmo_core_send_lphb_enable()71 psoc_ctx->wow.lphb_cache[i].params.lphb_enable_req.session = in pmo_core_send_lphb_enable()77 qdf_mem_zero((void *)&psoc_ctx->wow.lphb_cache, in pmo_core_send_lphb_enable()78 sizeof(psoc_ctx->wow.lphb_cache)); in pmo_core_send_lphb_enable()202 if (psoc_ctx->wow.lphb_cache[i].params.lphb_enable_req.enable) { in pmo_core_apply_lphb()206 &(psoc_ctx->wow.lphb_cache[i]), false); in pmo_core_apply_lphb()234 psoc_ctx->wow.lphb_cb_ctx = lphb_cb_ctx; in pmo_core_lphb_config_req()235 psoc_ctx->wow.lphb_cb = callback; in pmo_core_lphb_config_req()
374 psoc_ctx->wow.is_wow_bus_suspended = val; in pmo_core_update_wow_bus_suspend()764 qdf_event_reset(&psoc_ctx->wow.target_suspend); in pmo_core_enable_wow_in_fw()814 psoc_ctx->wow.wow_state = pmo_wow_state_legacy_d0; in pmo_core_enable_wow_in_fw()816 psoc_ctx->wow.wow_state = pmo_wow_state_unified_d3; in pmo_core_enable_wow_in_fw()818 psoc_ctx->wow.wow_state = pmo_wow_state_unified_d0; in pmo_core_enable_wow_in_fw()865 status = qdf_wait_for_event_completion(&psoc_ctx->wow.target_suspend, in pmo_core_enable_wow_in_fw()876 if (!psoc_ctx->wow.target_suspend.force_set) { in pmo_core_enable_wow_in_fw()930 qdf_event_reset(&psoc_ctx->wow.target_suspend); in pmo_core_psoc_suspend_target()938 status = qdf_wait_for_event_completion(&psoc_ctx->wow.target_suspend, in pmo_core_psoc_suspend_target()943 if (!psoc_ctx->wow.target_suspend.force_set) in pmo_core_psoc_suspend_target()[all …]
145 if (psoc_ctx->wow.lphb_cb && psoc_ctx->wow.lphb_cb_ctx) { in pmo_tgt_lphb_rsp_evt()146 psoc_ctx->wow.lphb_cb(psoc_ctx->wow.lphb_cb_ctx, rsp_param); in pmo_tgt_lphb_rsp_evt()
177 qdf_wake_lock_create(&psoc_ctx->wow.wow_wake_lock, "pmo_wow_wl"); in pmo_psoc_object_created_notification()178 status = qdf_event_create(&psoc_ctx->wow.target_suspend); in pmo_psoc_object_created_notification()184 status = qdf_event_create(&psoc_ctx->wow.target_resume); in pmo_psoc_object_created_notification()191 qdf_atomic_init(&psoc_ctx->wow.wow_initial_wake_up); in pmo_psoc_object_created_notification()220 qdf_event_destroy(&psoc_ctx->wow.target_suspend); in pmo_psoc_object_destroyed_notification()221 qdf_event_destroy(&psoc_ctx->wow.target_resume); in pmo_psoc_object_destroyed_notification()222 qdf_wake_lock_destroy(&psoc_ctx->wow.wow_wake_lock); in pmo_psoc_object_destroyed_notification()
188 if (psoc_ctx->wow.wow_state == pmo_wow_state_legacy_d0) { in pmo_tgt_psoc_send_wow_enable_req()256 psoc_ctx->wow.wow_state == pmo_wow_state_legacy_d0) { in pmo_tgt_psoc_send_host_wakeup_ind()
320 struct cfg80211_wowlan *wow);
2455 struct cfg80211_wowlan *wow) in __wlan_hdd_cfg80211_suspend_wlan() argument2720 struct cfg80211_wowlan *wow) in _wlan_hdd_cfg80211_suspend_wlan() argument2755 errno = __wlan_hdd_cfg80211_suspend_wlan(wiphy, wow); in _wlan_hdd_cfg80211_suspend_wlan()2765 struct cfg80211_wowlan *wow) in wlan_hdd_cfg80211_suspend_wlan() argument2790 errno = _wlan_hdd_cfg80211_suspend_wlan(wiphy, wow); in wlan_hdd_cfg80211_suspend_wlan()