Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Ddm.c766 bool fw_current_inpsmode = false; in rtl8723e_dm_watchdog() local
769 (u8 *)(&fw_current_inpsmode)); in rtl8723e_dm_watchdog()
778 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8723e_dm_watchdog()
Dhal_btc.c639 bool fw_current_inpsmode = false; in rtl8723e_dm_bt_set_bt_dm() local
643 (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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dps.c786 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_noa_ie()
881 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_action_ie()
914 if (rtlps->fw_current_inpsmode) { in rtl_p2p_ps_cmd()
Dwifi.h2025 bool fw_current_inpsmode; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c1073 bool fw_current_inpsmode = false; in rtl92ee_dm_watchdog() local
1077 (u8 *)(&fw_current_inpsmode)); in rtl92ee_dm_watchdog()
1085 ((!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()
/kernel/linux/linux-5.10/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.c111 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_on()
179 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_off()
317 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8723be_get_hw_reg()
645 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723be_set_hw_reg()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c106 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_on()
176 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_off()
327 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl88ee_get_hw_reg()
605 ppsc->fw_current_inpsmode = *((bool *)val); in rtl88ee_set_hw_reg()
1089 ppsc->fw_current_inpsmode = false; in rtl88ee_hw_init()
Ddm.c1759 bool fw_current_inpsmode = false; in rtl88e_dm_watchdog() local
1763 (u8 *)(&fw_current_inpsmode)); in rtl88e_dm_watchdog()
1771 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl88e_dm_watchdog()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c108 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_on()
177 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_off()
440 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8821ae_get_hw_reg()
705 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8821ae_set_hw_reg()
1917 ppsc->fw_current_inpsmode = false; in rtl8821ae_hw_init()
Ddm.c2749 bool fw_current_inpsmode = false; in rtl8821ae_dm_watchdog() local
2753 (u8 *)(&fw_current_inpsmode)); in rtl8821ae_dm_watchdog()
2763 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8821ae_dm_watchdog()
Dfw.c212 ppsc->fw_current_inpsmode = false; in rtl8821ae_set_fw_related_for_wowlan()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.c1504 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92cu_get_hw_reg()
1824 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92cu_set_hw_reg()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()