Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c110 u8 bResult; in efuse_OneByteRead() local
135 bResult = true; in efuse_OneByteRead()
138 bResult = false; in efuse_OneByteRead()
141 return bResult; in efuse_OneByteRead()
/linux/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c338 int bResult; in SetOverlayViewPort() local
446 bResult = 1; in SetOverlayViewPort()
538 } while (!bResult); in SetOverlayViewPort()
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c671 u8 bResult = _SUCCESS; in GetHalDefVar() local
709 bResult = _FAIL; in GetHalDefVar()
713 return bResult; in GetHalDefVar()
H A DHalPhyRf_8723B.c1229 bool bResult = true; in phy_SimularityCompare_8723B() local
1272 bResult = false; in phy_SimularityCompare_8723B()
1275 return bResult; in phy_SimularityCompare_8723B()
1614 u8 path, bResult = SUCCESS; in PHY_IQCalibrate_8723B() local
1624 bResult = FAIL; in PHY_IQCalibrate_8723B()
1635 bResult = FAIL; in PHY_IQCalibrate_8723B()
1642 bResult = FAIL; in PHY_IQCalibrate_8723B()
1648 if (bResult == SUCCESS) in PHY_IQCalibrate_8723B()
H A Dsdio_halinit.c1216 u8 bResult = _SUCCESS; in GetHalDefVar8723BSDIO() local
1229 bResult = GetHalDefVar8723B(Adapter, eVariable, pValue); in GetHalDefVar8723BSDIO()
1233 return bResult; in GetHalDefVar8723BSDIO()
H A Drtl8723b_hal_init.c2847 u8 bResult = _SUCCESS; in GetHalDefVar8723B() local
2911 bResult = GetHalDefVar(padapter, variable, pval); in GetHalDefVar8723B()
2915 return bResult; in GetHalDefVar8723B()