Home
last modified time | relevance | path

Searched refs:lps_mode (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c1312 u8 lps_mode = 0x0; in btc8821a1ant_ps_tdma_check_for_pwr_save() local
1314 btcoex->btc_get(btcoex, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8821a1ant_ps_tdma_check_for_pwr_save()
1316 if (lps_mode) { in btc8821a1ant_ps_tdma_check_for_pwr_save()
Dhalbtc8723b1ant.c1597 u8 lps_mode = 0x0; in halbtc8723b1ant_ps_tdma_chk_pwr_save() local
1599 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in halbtc8723b1ant_ps_tdma_chk_pwr_save()
1601 if (lps_mode) { in halbtc8723b1ant_ps_tdma_chk_pwr_save()
Dhalbtc8723b2ant.c1474 u8 lps_mode = 0x0; in btc8723b2ant_ps_tdma_check_for_power_save_state() local
1476 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8723b2ant_ps_tdma_check_for_power_save_state()
1478 if (lps_mode) { in btc8723b2ant_ps_tdma_check_for_power_save_state()
Dhalbtc8821a2ant.c1351 u8 lps_mode = 0x0; in btc8821a2ant_ps_tdma_check_for_power_save_state() local
1353 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8821a2ant_ps_tdma_check_for_power_save_state()
1355 if (lps_mode) { in btc8821a2ant_ps_tdma_check_for_power_save_state()
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c4468 u8 ips_mode = 0, lps_mode = 0; in rtw_mp_efuse_get() local
4498 lps_mode = pwrctrlpriv->power_mgnt;/* keep org value */ in rtw_mp_efuse_get()
4769 rtw_pm_set_lps(padapter, lps_mode); in rtw_mp_efuse_get()
4783 u8 ips_mode = 0, lps_mode = 0; in rtw_mp_efuse_set() local
4819 lps_mode = pwrctrlpriv->power_mgnt;/* keep org value */ in rtw_mp_efuse_set()
5130 rtw_pm_set_lps(padapter, lps_mode); in rtw_mp_efuse_set()
/drivers/net/wireless/realtek/rtw88/
Dcoex.c1061 u8 lps_mode = 0x0; in rtw_coex_power_save_state() local
1063 lps_mode = rtwdev->lps_conf.mode; in rtw_coex_power_save_state()
1075 if (lps_mode) in rtw_coex_power_save_state()