Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c763 struct btc_coexist *pBtCoexist, u8 lpsVal, u8 rpwmVal in halbtc8723b1ant_SetLpsRpwm() argument
767 u8 rpwm = rpwmVal; in halbtc8723b1ant_SetLpsRpwm()
774 struct btc_coexist *pBtCoexist, bool bForceExec, u8 lpsVal, u8 rpwmVal in halbtc8723b1ant_LpsRpwm() argument
778 pCoexDm->curRpwm = rpwmVal; in halbtc8723b1ant_LpsRpwm()
788 halbtc8723b1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); in halbtc8723b1ant_LpsRpwm()
1530 struct btc_coexist *pBtCoexist, u8 psType, u8 lpsVal, u8 rpwmVal in halbtc8723b1ant_PowerSaveState() argument
1547 halbtc8723b1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); in halbtc8723b1ant_PowerSaveState()
DHalBtcOutSrc.h309 u8 rpwmVal; member
Dhal_btcoex.c508 pBtCoexist->btInfo.rpwmVal = *pu8; in halbtcoutsrc_Set()
1321 return GLBtCoexist.btInfo.rpwmVal; in hal_btcoex_RpwmVal()