/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
H A D | dm.c | 97 bool fw_current_inpsmode = false; in rtl92du_dm_watchdog() local 109 if (ppsc->rfpwr_state != ERFON || fw_current_inpsmode || in rtl92du_dm_watchdog()
|
H A D | hw.c | 676 rtlpriv->psc.fw_current_inpsmode = false; in rtl92du_hw_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | dm.c | 160 bool fw_current_inpsmode = false; in rtl92de_dm_watchdog() local 171 if ((ppsc->rfpwr_state == ERFON) && ((!fw_current_inpsmode) && in rtl92de_dm_watchdog()
|
H A D | hw.c | 617 rtlpriv->psc.fw_current_inpsmode = false; in rtl92de_hw_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | dm.c | 766 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 D | hal_btc.c | 639 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 D | hw.c | 108 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl8723e_get_hw_reg() 410 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723e_set_hw_reg()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | ps.c | 771 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_noa_ie() 866 if (rtlpriv->psc.fw_current_inpsmode) in rtl_p2p_action_ie() 899 if (rtlps->fw_current_inpsmode) { in rtl_p2p_ps_cmd()
|
H A D | wifi.h | 1974 bool fw_current_inpsmode; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | dm.c | 1060 bool fw_current_inpsmode = false; in rtl92ee_dm_watchdog() local 1064 (u8 *)(&fw_current_inpsmode)); in rtl92ee_dm_watchdog() 1072 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl92ee_dm_watchdog()
|
H A D | hw.c | 85 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() 1334 ppsc->fw_current_inpsmode = false; in rtl92ee_hw_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | dm.c | 1236 bool fw_current_inpsmode = false; in rtl8723be_dm_watchdog() local 1240 (u8 *)(&fw_current_inpsmode)); in rtl8723be_dm_watchdog() 1250 ((!fw_current_inpsmode) && fw_ps_awake) && in rtl8723be_dm_watchdog()
|
H A D | hw.c | 115 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() 643 ppsc->fw_current_inpsmode = *((bool *)val); in rtl8723be_set_hw_reg()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 110 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() 604 ppsc->fw_current_inpsmode = *((bool *)val); in rtl88ee_set_hw_reg() 1088 ppsc->fw_current_inpsmode = false; in rtl88ee_hw_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | dm_common.c | 1420 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/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A D | hw_common.c | 75 *((bool *)(val)) = ppsc->fw_current_inpsmode; in rtl92d_get_hw_reg() 270 ppsc->fw_current_inpsmode = *((bool *)val); in rtl92d_set_hw_reg()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | fw.c | 212 ppsc->fw_current_inpsmode = false; in rtl8821ae_set_fw_related_for_wowlan()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | hw.c | 1424 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92cu_get_hw_reg() 1722 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92cu_set_hw_reg()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 35 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92se_get_hw_reg() 322 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92se_set_hw_reg()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | hw.c | 104 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92ce_get_hw_reg() 408 ppsc->fw_current_inpsmode = *((bool *) val); in rtl92ce_set_hw_reg()
|