Searched refs:lps_mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a1ant.c | 1334 u8 lps_mode = 0x0; in btc8821a1ant_ps_tdma_check_for_pwr_save() local 1336 btcoex->btc_get(btcoex, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8821a1ant_ps_tdma_check_for_pwr_save() 1338 if (lps_mode) { in btc8821a1ant_ps_tdma_check_for_pwr_save()
|
D | halbtc8723b1ant.c | 1626 u8 lps_mode = 0x0; in halbtc8723b1ant_ps_tdma_chk_pwr_save() local 1628 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in halbtc8723b1ant_ps_tdma_chk_pwr_save() 1630 if (lps_mode) { in halbtc8723b1ant_ps_tdma_chk_pwr_save()
|
D | halbtc8723b2ant.c | 1495 u8 lps_mode = 0x0; in btc8723b2ant_ps_tdma_check_for_power_save_state() local 1497 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8723b2ant_ps_tdma_check_for_power_save_state() 1499 if (lps_mode) { in btc8723b2ant_ps_tdma_check_for_power_save_state()
|
D | halbtc8821a2ant.c | 1373 u8 lps_mode = 0x0; in btc8821a2ant_ps_tdma_check_for_power_save_state() local 1375 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in btc8821a2ant_ps_tdma_check_for_power_save_state() 1377 if (lps_mode) { in btc8821a2ant_ps_tdma_check_for_power_save_state()
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtc8822b1ant.c | 1615 u8 lps_mode = 0x0; in halbtc8822b1ant_ps_tdma_check_for_power_save_state() local 1618 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in halbtc8822b1ant_ps_tdma_check_for_power_save_state() 1620 if (lps_mode) { /* already under LPS state */ in halbtc8822b1ant_ps_tdma_check_for_power_save_state()
|
D | halbtc8822b2ant.c | 1348 u8 lps_mode = 0x0; in halbtc8822b2ant_ps_tdma_check_for_power_save_state() local 1355 btcoexist->btc_get(btcoexist, BTC_GET_U1_LPS_MODE, &lps_mode); in halbtc8822b2ant_ps_tdma_check_for_power_save_state() 1357 if (lps_mode) { /* already under LPS state */ in halbtc8822b2ant_ps_tdma_check_for_power_save_state()
|