Home
last modified time | relevance | path

Searched refs:bPaused (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c367 static bool bPaused; in odm_PauseDIG() local
385 !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || in odm_PauseDIG()
405 if (!bPaused) { in odm_PauseDIG()
407 bPaused = true; in odm_PauseDIG()
418 if (bPaused) { in odm_PauseDIG()
421 bPaused = false; in odm_PauseDIG()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_dig.c1610 static BOOLEAN bPaused = FALSE; in odm_PauseCCKPacketDetection() local
1622 …if(!bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_CCK_PD) || !(pDM_Odm->SupportAbility & ODM_BB_F… in odm_PauseCCKPacketDetection()
1637 if(!bPaused) in odm_PauseCCKPacketDetection()
1640 bPaused = TRUE; in odm_PauseCCKPacketDetection()
1651 if(bPaused) in odm_PauseCCKPacketDetection()
1655 bPaused = FALSE; in odm_PauseCCKPacketDetection()