Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c861 if (!rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl_callback()
871 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl_callback()
884 if (rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl()
890 rtlphy->sw_chnl_inprogress = true; in rtl8723e_phy_sw_chnl()
897 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
901 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c724 if (!rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl_callback()
734 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl_callback()
748 if (rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl()
754 rtlphy->sw_chnl_inprogress = true; in rtl92c_phy_sw_chnl()
761 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
765 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dphy.c468 if (rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
477 rtlphy->sw_chnl_inprogress = true; in rtl92s_phy_sw_chnl()
482 if (!rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
495 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
500 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c1207 if (!rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl_callback()
1217 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl_callback()
1230 if (rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl()
1236 rtlphy->sw_chnl_inprogress = true; in rtl88e_phy_sw_chnl()
1244 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
1248 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c1361 if (!rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl_callback()
1373 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl_callback()
1386 if (rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl()
1392 rtlphy->sw_chnl_inprogress = true; in rtl8723be_phy_sw_chnl()
1400 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
1404 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c1787 if (!rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl_callback()
1797 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl_callback()
1810 if (rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl()
1816 rtlphy->sw_chnl_inprogress = true; in rtl92ee_phy_sw_chnl()
1824 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
1828 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dphy.c2888 if (rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2931 rtlphy->sw_chnl_inprogress = true; in rtl92d_phy_sw_chnl()
2940 if (!rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2950 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
2955 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c3605 if (rtlphy->sw_chnl_inprogress) in rtl8821ae_phy_sw_chnl()
3625 rtlphy->sw_chnl_inprogress = true; in rtl8821ae_phy_sw_chnl()
3639 rtlphy->sw_chnl_inprogress = false; in rtl8821ae_phy_sw_chnl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h1186 u8 sw_chnl_inprogress; member