Home
last modified time | relevance | path

Searched refs:fw_current_inpsmode (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Ddm.c878 bool fw_current_inpsmode = false; in rtl8723e_dm_watchdog() local
881 (u8 *)(&fw_current_inpsmode)); in rtl8723e_dm_watchdog()
890 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8723e_dm_watchdog()
Dhal_btc.c638 bool fw_current_inpsmode = false; in rtl8723e_dm_bt_set_bt_dm() local
642 (u8 *)(&fw_current_inpsmode)); in rtl8723e_dm_bt_set_bt_dm()
Dhw.c108 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8723e_get_hw_reg()
415 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723e_set_hw_reg()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dps.c791 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_noa_ie()
886 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_action_ie()
919 if (rtlps->fw_current_inpsmode) { in rtl_p2p_ps_cmd()
Dwifi.h2026 bool fw_current_inpsmode; member
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c1191 bool fw_current_inpsmode = false; in rtl92ee_dm_watchdog() local
1195 (u8 *)(&fw_current_inpsmode)); in rtl92ee_dm_watchdog()
1203 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl92ee_dm_watchdog()
Dhw.c85 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl92ee_set_fw_clock_on()
154 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl92ee_set_fw_clock_off()
306 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl92ee_get_hw_reg()
604 ppsc->fw_current_inpsmode = *((bool *)val); in rtl92ee_set_hw_reg()
1335 ppsc->fw_current_inpsmode = false; in rtl92ee_hw_init()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.c1242 bool fw_current_inpsmode = false; in rtl8723be_dm_watchdog() local
1246 (u8 *)(&fw_current_inpsmode)); in rtl8723be_dm_watchdog()
1256 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8723be_dm_watchdog()
Dhw.c112 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_on()
180 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_off()
318 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8723be_get_hw_reg()
646 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723be_set_hw_reg()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c107 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_on()
177 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_off()
328 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl88ee_get_hw_reg()
606 ppsc->fw_current_inpsmode = *((bool *)val); in rtl88ee_set_hw_reg()
1090 ppsc->fw_current_inpsmode = false; in rtl88ee_hw_init()
Ddm.c1765 bool fw_current_inpsmode = false; in rtl88e_dm_watchdog() local
1769 (u8 *)(&fw_current_inpsmode)); in rtl88e_dm_watchdog()
1777 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl88e_dm_watchdog()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Ddm_common.c1420 bool fw_current_inpsmode = false; in rtl92c_dm_watchdog() local
1424 (u8 *) (&fw_current_inpsmode)); in rtl92c_dm_watchdog()
1431 if ((ppsc->rfpwr_state == ERFON) && ((!fw_current_inpsmode) && in rtl92c_dm_watchdog()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Ddm.c1231 bool fw_current_inpsmode = false; in rtl92d_dm_watchdog() local
1242 if ((ppsc->rfpwr_state == ERFON) && ((!fw_current_inpsmode) && in rtl92d_dm_watchdog()
Dhw.c123 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92de_get_hw_reg()
382 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92de_set_hw_reg()
910 rtlpriv->psc.fw_current_inpsmode = false; in rtl92de_hw_init()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c109 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_on()
178 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_off()
441 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8821ae_get_hw_reg()
706 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8821ae_set_hw_reg()
1918 ppsc->fw_current_inpsmode = false; in rtl8821ae_hw_init()
Ddm.c2914 bool fw_current_inpsmode = false; in rtl8821ae_dm_watchdog() local
2918 (u8 *)(&fw_current_inpsmode)); in rtl8821ae_dm_watchdog()
2928 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8821ae_dm_watchdog()
Dfw.c212 ppsc->fw_current_inpsmode = false; in rtl8821ae_set_fw_related_for_wowlan()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c104 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92ce_get_hw_reg()
413 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92ce_set_hw_reg()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.c1503 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92cu_get_hw_reg()
1821 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92cu_set_hw_reg()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c35 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92se_get_hw_reg()
322 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92se_set_hw_reg()