Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A 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()
H A 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()
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A 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()
H A Dwifi.h2012 bool fw_current_inpsmode; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A 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()
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A 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()
H A Dhw.c115 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_on()
183 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8723be_set_fw_clock_off()
321 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8723be_get_hw_reg()
649 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723be_set_hw_reg()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c110 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_on()
180 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl88ee_set_fw_clock_off()
331 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl88ee_get_hw_reg()
609 ppsc->fw_current_inpsmode = *((bool *)val); in rtl88ee_set_hw_reg()
1093 ppsc->fw_current_inpsmode = false; in rtl88ee_hw_init()
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.c1232 bool fw_current_inpsmode = false; in rtl92d_dm_watchdog() local
1243 if ((ppsc->rfpwr_state == ERFON) && ((!fw_current_inpsmode) && in rtl92d_dm_watchdog()
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c112 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_on()
181 if (!rtlpriv->psc.fw_current_inpsmode) in _rtl8821ae_set_fw_clock_off()
444 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8821ae_get_hw_reg()
709 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8821ae_set_hw_reg()
1921 ppsc->fw_current_inpsmode = false; in rtl8821ae_hw_init()
H A 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()
H A Dfw.c212 ppsc->fw_current_inpsmode = false; in rtl8821ae_set_fw_related_for_wowlan()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A 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()