Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c320 static bool bPaused; in odm_PauseDIG() local
330 !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || in odm_PauseDIG()
343 if (!bPaused) { in odm_PauseDIG()
345 bPaused = true; in odm_PauseDIG()
354 if (bPaused) { in odm_PauseDIG()
357 bPaused = false; in odm_PauseDIG()