Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c4307 qdf_atomic_inc(&hif_softc->opt_wifi_dp_rtpm_cnt); in hif_prevent_l1()
4309 qdf_atomic_read(&hif_softc->opt_wifi_dp_rtpm_cnt)); in hif_prevent_l1()
4318 if (qdf_atomic_read(&hif_softc->opt_wifi_dp_rtpm_cnt) > 0) { in hif_allow_l1()
4325 qdf_atomic_dec(&hif_softc->opt_wifi_dp_rtpm_cnt); in hif_allow_l1()
4327 qdf_atomic_read(&hif_softc->opt_wifi_dp_rtpm_cnt)); in hif_allow_l1()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h449 qdf_atomic_t opt_wifi_dp_rtpm_cnt; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c1420 int count = qdf_atomic_read(&hif->opt_wifi_dp_rtpm_cnt); in dp_ipa_opt_wifi_dp_cleanup()