Home
last modified time | relevance | path

Searched refs:set_bwmode_inprogress (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c743 rtlphy->set_bwmode_inprogress = false; in rtl8723e_phy_set_bw_mode_callback()
793 rtlphy->set_bwmode_inprogress = false; in rtl8723e_phy_set_bw_mode_callback()
805 if (rtlphy->set_bwmode_inprogress) in rtl8723e_phy_set_bw_mode()
807 rtlphy->set_bwmode_inprogress = true; in rtl8723e_phy_set_bw_mode()
813 rtlphy->set_bwmode_inprogress = false; in rtl8723e_phy_set_bw_mode()
855 if (rtlphy->set_bwmode_inprogress) in rtl8723e_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c231 if (rtlphy->set_bwmode_inprogress) in rtl92s_phy_set_bw_mode()
236 rtlphy->set_bwmode_inprogress = true; in rtl92s_phy_set_bw_mode()
283 rtlphy->set_bwmode_inprogress = false; in rtl92s_phy_set_bw_mode()
428 if (rtlphy->set_bwmode_inprogress) in rtl92s_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1202 rtlphy->set_bwmode_inprogress = false; in rtl8723be_phy_set_bw_mode_callback()
1252 rtlphy->set_bwmode_inprogress = false; in rtl8723be_phy_set_bw_mode_callback()
1264 if (rtlphy->set_bwmode_inprogress) in rtl8723be_phy_set_bw_mode()
1266 rtlphy->set_bwmode_inprogress = true; in rtl8723be_phy_set_bw_mode()
1272 rtlphy->set_bwmode_inprogress = false; in rtl8723be_phy_set_bw_mode()
1316 if (rtlphy->set_bwmode_inprogress) in rtl8723be_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1078 rtlphy->set_bwmode_inprogress = false; in rtl88e_phy_set_bw_mode_callback()
1128 rtlphy->set_bwmode_inprogress = false; in rtl88e_phy_set_bw_mode_callback()
1140 if (rtlphy->set_bwmode_inprogress) in rtl88e_phy_set_bw_mode()
1142 rtlphy->set_bwmode_inprogress = true; in rtl88e_phy_set_bw_mode()
1148 rtlphy->set_bwmode_inprogress = false; in rtl88e_phy_set_bw_mode()
1190 if (rtlphy->set_bwmode_inprogress) in rtl88e_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c660 if (rtlphy->set_bwmode_inprogress) in rtl92c_phy_set_bw_mode()
662 rtlphy->set_bwmode_inprogress = true; in rtl92c_phy_set_bw_mode()
668 rtlphy->set_bwmode_inprogress = false; in rtl92c_phy_set_bw_mode()
712 if (rtlphy->set_bwmode_inprogress) in rtl92c_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c525 if (rtlphy->set_bwmode_inprogress) in rtl92d_phy_set_bw_mode()
532 rtlphy->set_bwmode_inprogress = true; in rtl92d_phy_set_bw_mode()
590 rtlphy->set_bwmode_inprogress = false; in rtl92d_phy_set_bw_mode()
2205 if (rtlphy->set_bwmode_inprogress) in rtl92d_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dphy.c517 if (rtlphy->set_bwmode_inprogress) in rtl92du_phy_set_bw_mode()
526 rtlphy->set_bwmode_inprogress = true; in rtl92du_phy_set_bw_mode()
586 rtlphy->set_bwmode_inprogress = false; in rtl92du_phy_set_bw_mode()
2461 if (rtlphy->set_bwmode_inprogress) in rtl92du_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3449 rtlphy->set_bwmode_inprogress = false; in rtl8821ae_phy_set_bw_mode_callback()
3462 if (rtlphy->set_bwmode_inprogress) in rtl8821ae_phy_set_bw_mode()
3464 rtlphy->set_bwmode_inprogress = true; in rtl8821ae_phy_set_bw_mode()
3470 rtlphy->set_bwmode_inprogress = false; in rtl8821ae_phy_set_bw_mode()
3539 if (rtlphy->set_bwmode_inprogress) in rtl8821ae_phy_sw_chnl()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1292 u8 set_bwmode_inprogress; member