Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A 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()
H A Dsw.c83 rtlpriv->phy.lck_inprogress = false; in rtl8723be_init_sw_vars()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A 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()
H A Dphy.c3572 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl8821ae_phy_sw_chnl()
4561 if (!rtlphy->lck_inprogress) { in rtl8821ae_phy_iq_calibrate()
4563 rtlphy->lck_inprogress = true; in rtl8821ae_phy_iq_calibrate()
4569 rtlphy->lck_inprogress = false; in rtl8821ae_phy_iq_calibrate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c2050 rtlphy->lck_inprogress = true; in rtl88e_phy_lc_calibrate()
2057 rtlphy->lck_inprogress = false; in rtl88e_phy_lc_calibrate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2647 rtlphy->lck_inprogress = true; in rtl92d_phy_lc_calibrate()
2657 rtlphy->lck_inprogress = false; in rtl92d_phy_lc_calibrate()
2846 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl92d_phy_sw_chnl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2927 rtlphy->lck_inprogress = true; in rtl92ee_phy_lc_calibrate()
2934 rtlphy->lck_inprogress = false; in rtl92ee_phy_lc_calibrate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1330 u8 lck_inprogress; member