Home
last modified time | relevance | path

Searched refs:is_target_suspended (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
Dwlan_pmo_tgt_suspend_resume.c172 if (!pmo_tx_ops.is_target_suspended) { in pmo_tgt_is_target_suspended()
176 return pmo_tx_ops.is_target_suspended(psoc); in pmo_tgt_is_target_suspended()
/wlan-driver/qcacld-3.0/components/target_if/pmo/src/
Dtarget_if_pmo_main.c133 pmo_tx_ops->is_target_suspended = in target_if_pmo_register_tx_ops()
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/
Dwlan_pmo_obj_mgmt_public_struct.h259 bool (*is_target_suspended)(struct wlan_objmgr_psoc *psoc); member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c2132 } else if (qdf_atomic_read(&wmi_handle->is_target_suspended) && in wmi_unified_cmd_send_fl()
3239 qdf_atomic_init(&wmi_handle->is_target_suspended); in wmi_unified_get_pdev_handle()
3377 qdf_atomic_init(&wmi_handle->is_target_suspended); in wmi_unified_attach()
3785 qdf_atomic_set(&wmi_handle->is_target_suspended, val); in wmi_set_target_suspend()
3796 return qdf_atomic_read(&wmi_handle->is_target_suspended); in wmi_is_target_suspended()
Dwmi_unified_tlv.c16287 if (qdf_atomic_read(&wmi_handle->is_target_suspended)) { in wmi_tag_fw_hang_cmd()
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_core.c5381 qdf_atomic_read(&wmi_handle->is_target_suspended)); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5382 while (qdf_atomic_read(&wmi_handle->is_target_suspended) && in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5388 if (qdf_atomic_read(&wmi_handle->is_target_suspended)) { in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_priv.h3540 qdf_atomic_t is_target_suspended; member