/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.c | 400 enum rf_pwrstate rfpwr_state) in _rtl92ce_phy_set_rf_power_state() argument 410 switch (rfpwr_state) { in _rtl92ce_phy_set_rf_power_state() 412 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl92ce_phy_set_rf_power_state() 460 if (ppsc->rfpwr_state == ERFOFF) in _rtl92ce_phy_set_rf_power_state() 497 rfpwr_state); in _rtl92ce_phy_set_rf_power_state() 502 ppsc->rfpwr_state = rfpwr_state; in _rtl92ce_phy_set_rf_power_state() 507 enum rf_pwrstate rfpwr_state) in rtl92c_phy_set_rf_power_state() argument 513 if (rfpwr_state == ppsc->rfpwr_state) in rtl92c_phy_set_rf_power_state() 515 bresult = _rtl92ce_phy_set_rf_power_state(hw, rfpwr_state); in rtl92c_phy_set_rf_power_state()
|
D | phy.h | 88 enum rf_pwrstate rfpwr_state); 109 enum rf_pwrstate rfpwr_state);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 374 enum rf_pwrstate rfpwr_state) in _rtl92cu_phy_set_rf_power_state() argument 384 switch (rfpwr_state) { in _rtl92cu_phy_set_rf_power_state() 386 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl92cu_phy_set_rf_power_state() 457 if (ppsc->rfpwr_state == ERFOFF) in _rtl92cu_phy_set_rf_power_state() 490 rfpwr_state); in _rtl92cu_phy_set_rf_power_state() 495 ppsc->rfpwr_state = rfpwr_state; in _rtl92cu_phy_set_rf_power_state() 500 enum rf_pwrstate rfpwr_state) in rtl92cu_phy_set_rf_power_state() argument 505 if (rfpwr_state == ppsc->rfpwr_state) in rtl92cu_phy_set_rf_power_state() 507 bresult = _rtl92cu_phy_set_rf_power_state(hw, rfpwr_state); in rtl92cu_phy_set_rf_power_state()
|
D | phy.h | 24 enum rf_pwrstate rfpwr_state);
|
D | hw.c | 917 ppsc->rfpwr_state = ERFON; in rtl92cu_hw_init() 919 if (ppsc->rfpwr_state == ERFON) { in rtl92cu_hw_init() 1285 if (rtlpriv->psc.rfpwr_state != ERFON) in rtl92cu_set_check_bssid() 1414 *((enum rf_pwrstate *)(val)) = ppsc->rfpwr_state; in rtl92cu_get_hw_reg() 2099 cur_rfstate = ppsc->rfpwr_state; in rtl92cu_gpio_radio_on_off_checking()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 1551 enum rf_pwrstate rfpwr_state) in _rtl8723e_phy_set_rf_power_state() argument 1561 switch (rfpwr_state) { in _rtl8723e_phy_set_rf_power_state() 1563 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl8723e_phy_set_rf_power_state() 1609 if (ppsc->rfpwr_state == ERFOFF) in _rtl8723e_phy_set_rf_power_state() 1645 "switch case %#x not processed\n", rfpwr_state); in _rtl8723e_phy_set_rf_power_state() 1650 ppsc->rfpwr_state = rfpwr_state; in _rtl8723e_phy_set_rf_power_state() 1655 enum rf_pwrstate rfpwr_state) in rtl8723e_phy_set_rf_power_state() argument 1661 if (rfpwr_state == ppsc->rfpwr_state) in rtl8723e_phy_set_rf_power_state() 1663 bresult = _rtl8723e_phy_set_rf_power_state(hw, rfpwr_state); in rtl8723e_phy_set_rf_power_state()
|
D | phy.h | 178 enum rf_pwrstate rfpwr_state);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
D | phy.h | 21 enum rf_pwrstate rfpwr_state);
|
D | dm.c | 109 if (ppsc->rfpwr_state != ERFON || fw_current_inpsmode || in rtl92du_dm_watchdog()
|
D | phy.c | 2622 enum rf_pwrstate rfpwr_state) in rtl92du_phy_set_rf_power_state() argument 2629 if (rfpwr_state == ppsc->rfpwr_state) in rtl92du_phy_set_rf_power_state() 2632 switch (rfpwr_state) { in rtl92du_phy_set_rf_power_state() 2634 if (ppsc->rfpwr_state == ERFOFF && in rtl92du_phy_set_rf_power_state() 2677 if (ppsc->rfpwr_state == ERFOFF) in rtl92du_phy_set_rf_power_state() 2690 rfpwr_state); in rtl92du_phy_set_rf_power_state() 2695 ppsc->rfpwr_state = rfpwr_state; in rtl92du_phy_set_rf_power_state()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | phy.c | 496 enum rf_pwrstate rfpwr_state) in rtl92s_phy_set_rf_power_state() argument 506 if (rfpwr_state == ppsc->rfpwr_state) in rtl92s_phy_set_rf_power_state() 509 switch (rfpwr_state) { in rtl92s_phy_set_rf_power_state() 511 if ((ppsc->rfpwr_state == ERFOFF) && in rtl92s_phy_set_rf_power_state() 562 if (ppsc->rfpwr_state == ERFOFF) in rtl92s_phy_set_rf_power_state() 607 rfpwr_state); in rtl92s_phy_set_rf_power_state() 613 ppsc->rfpwr_state = rfpwr_state; in rtl92s_phy_set_rf_power_state()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.h | 80 enum rf_pwrstate rfpwr_state);
|
D | dm.c | 171 if ((ppsc->rfpwr_state == ERFON) && ((!fw_current_inpsmode) && in rtl92de_dm_watchdog()
|
D | phy.c | 2343 enum rf_pwrstate rfpwr_state) in rtl92d_phy_set_rf_power_state() argument 2355 if (rfpwr_state == ppsc->rfpwr_state) in rtl92d_phy_set_rf_power_state() 2357 switch (rfpwr_state) { in rtl92d_phy_set_rf_power_state() 2359 if ((ppsc->rfpwr_state == ERFOFF) && in rtl92d_phy_set_rf_power_state() 2405 if (ppsc->rfpwr_state == ERFOFF) in rtl92d_phy_set_rf_power_state() 2450 rfpwr_state); in rtl92d_phy_set_rf_power_state() 2455 ppsc->rfpwr_state = rfpwr_state; in rtl92d_phy_set_rf_power_state()
|
D | hw.c | 698 ppsc->rfpwr_state = ERFON; in rtl92de_hw_init() 708 if (ppsc->rfpwr_state == ERFON) { in rtl92de_hw_init() 797 if (rtlpriv->psc.rfpwr_state != ERFON) in rtl92de_set_check_bssid()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.h | 112 enum rf_pwrstate rfpwr_state);
|
D | phy.c | 2514 enum rf_pwrstate rfpwr_state) in _rtl8723be_phy_set_rf_power_state() argument 2524 switch (rfpwr_state) { in _rtl8723be_phy_set_rf_power_state() 2526 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl8723be_phy_set_rf_power_state() 2600 if (ppsc->rfpwr_state == ERFOFF) in _rtl8723be_phy_set_rf_power_state() 2636 "switch case %#x not processed\n", rfpwr_state); in _rtl8723be_phy_set_rf_power_state() 2641 ppsc->rfpwr_state = rfpwr_state; in _rtl8723be_phy_set_rf_power_state() 2646 enum rf_pwrstate rfpwr_state) in rtl8723be_phy_set_rf_power_state() argument 2652 if (rfpwr_state == ppsc->rfpwr_state) in rtl8723be_phy_set_rf_power_state() 2654 bresult = _rtl8723be_phy_set_rf_power_state(hw, rfpwr_state); in rtl8723be_phy_set_rf_power_state()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 2152 enum rf_pwrstate rfpwr_state) in _rtl88ee_phy_set_rf_power_state() argument 2162 switch (rfpwr_state) { in _rtl88ee_phy_set_rf_power_state() 2164 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl88ee_phy_set_rf_power_state() 2237 if (ppsc->rfpwr_state == ERFOFF) in _rtl88ee_phy_set_rf_power_state() 2273 "switch case %#x not processed\n", rfpwr_state); in _rtl88ee_phy_set_rf_power_state() 2278 ppsc->rfpwr_state = rfpwr_state; in _rtl88ee_phy_set_rf_power_state() 2283 enum rf_pwrstate rfpwr_state) in rtl88e_phy_set_rf_power_state() argument 2289 if (rfpwr_state == ppsc->rfpwr_state) in rtl88e_phy_set_rf_power_state() 2291 bresult = _rtl88ee_phy_set_rf_power_state(hw, rfpwr_state); in rtl88e_phy_set_rf_power_state()
|
D | phy.h | 209 enum rf_pwrstate rfpwr_state);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.h | 129 enum rf_pwrstate rfpwr_state);
|
D | phy.c | 3034 enum rf_pwrstate rfpwr_state) in _rtl92ee_phy_set_rf_power_state() argument 3044 switch (rfpwr_state) { in _rtl92ee_phy_set_rf_power_state() 3046 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl92ee_phy_set_rf_power_state() 3114 if (ppsc->rfpwr_state == ERFOFF) in _rtl92ee_phy_set_rf_power_state() 3148 "switch case %#x not processed\n", rfpwr_state); in _rtl92ee_phy_set_rf_power_state() 3153 ppsc->rfpwr_state = rfpwr_state; in _rtl92ee_phy_set_rf_power_state() 3158 enum rf_pwrstate rfpwr_state) in rtl92ee_phy_set_rf_power_state() argument 3164 if (rfpwr_state == ppsc->rfpwr_state) in rtl92ee_phy_set_rf_power_state() 3166 bresult = _rtl92ee_phy_set_rf_power_state(hw, rfpwr_state); in rtl92ee_phy_set_rf_power_state()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.h | 226 enum rf_pwrstate rfpwr_state);
|
D | phy.c | 4684 enum rf_pwrstate rfpwr_state) in _rtl8821ae_phy_set_rf_power_state() argument 4694 switch (rfpwr_state) { in _rtl8821ae_phy_set_rf_power_state() 4696 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl8821ae_phy_set_rf_power_state() 4769 rfpwr_state); in _rtl8821ae_phy_set_rf_power_state() 4774 ppsc->rfpwr_state = rfpwr_state; in _rtl8821ae_phy_set_rf_power_state() 4779 enum rf_pwrstate rfpwr_state) in rtl8821ae_phy_set_rf_power_state() argument 4785 if (rfpwr_state == ppsc->rfpwr_state) in rtl8821ae_phy_set_rf_power_state() 4787 bresult = _rtl8821ae_phy_set_rf_power_state(hw, rfpwr_state); in rtl8821ae_phy_set_rf_power_state()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | phy_common.h | 195 enum rf_pwrstate rfpwr_state);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | fw_common.c | 225 if (ppsc->rfpwr_state == ERFOFF || ppsc->inactive_pwrstate == ERFOFF) { in rtl92d_fill_h2c_cmd()
|