Home
last modified time | relevance | path

Searched refs:lck_inprogress (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2268 if (rtlphy->lck_inprogress) in rtl8723be_phy_iq_calibrate()
2272 rtlphy->lck_inprogress = true; in rtl8723be_phy_iq_calibrate()
2384 rtlphy->lck_inprogress = false; in rtl8723be_phy_iq_calibrate()
2400 rtlphy->lck_inprogress = true; in rtl8723be_phy_lc_calibrate()
2407 rtlphy->lck_inprogress = false; in rtl8723be_phy_lc_calibrate()
Dsw.c83 rtlpriv->phy.lck_inprogress = false; in rtl8723be_init_sw_vars()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c411 rtlphy->lck_inprogress = false; in rtl8821ae_dm_init()
2312 if (!rtlphy->lck_inprogress) { in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
2314 rtlphy->lck_inprogress = true; in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
2320 rtlphy->lck_inprogress = false; in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
Dphy.c3559 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl8821ae_phy_sw_chnl()
4548 if (!rtlphy->lck_inprogress) { in rtl8821ae_phy_iq_calibrate()
4550 rtlphy->lck_inprogress = true; in rtl8821ae_phy_iq_calibrate()
4556 rtlphy->lck_inprogress = false; in rtl8821ae_phy_iq_calibrate()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c2044 rtlphy->lck_inprogress = true; in rtl88e_phy_lc_calibrate()
2051 rtlphy->lck_inprogress = false; in rtl88e_phy_lc_calibrate()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2637 rtlphy->lck_inprogress = true; in rtl92d_phy_lc_calibrate()
2647 rtlphy->lck_inprogress = false; in rtl92d_phy_lc_calibrate()
2835 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl92d_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2919 rtlphy->lck_inprogress = true; in rtl92ee_phy_lc_calibrate()
2926 rtlphy->lck_inprogress = false; in rtl92ee_phy_lc_calibrate()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1329 u8 lck_inprogress; member