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.c2346 if (rtlphy->lck_inprogress) in rtl8723be_phy_iq_calibrate()
2350 rtlphy->lck_inprogress = true; in rtl8723be_phy_iq_calibrate()
2465 rtlphy->lck_inprogress = false; in rtl8723be_phy_iq_calibrate()
2481 rtlphy->lck_inprogress = true; in rtl8723be_phy_lc_calibrate()
2488 rtlphy->lck_inprogress = false; in rtl8723be_phy_lc_calibrate()
Dsw.c104 rtlpriv->phy.lck_inprogress = false; in rtl8723be_init_sw_vars()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c585 rtlphy->lck_inprogress = false; in rtl8821ae_dm_init()
2501 if (!rtlphy->lck_inprogress) { in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
2503 rtlphy->lck_inprogress = true; in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
2509 rtlphy->lck_inprogress = false; in rtl8821ae_dm_txpower_tracking_callback_thermalmeter()
Dphy.c3705 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl8821ae_phy_sw_chnl()
4690 if (!rtlphy->lck_inprogress) { in rtl8821ae_phy_iq_calibrate()
4692 rtlphy->lck_inprogress = true; in rtl8821ae_phy_iq_calibrate()
4698 rtlphy->lck_inprogress = false; in rtl8821ae_phy_iq_calibrate()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c2094 rtlphy->lck_inprogress = true; in rtl88e_phy_lc_calibrate()
2101 rtlphy->lck_inprogress = false; in rtl88e_phy_lc_calibrate()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2699 rtlphy->lck_inprogress = true; in rtl92d_phy_lc_calibrate()
2709 rtlphy->lck_inprogress = false; in rtl92d_phy_lc_calibrate()
2898 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl92d_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2971 rtlphy->lck_inprogress = true; in rtl92ee_phy_lc_calibrate()
2978 rtlphy->lck_inprogress = false; in rtl92ee_phy_lc_calibrate()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1212 u8 lck_inprogress; member