Searched defs:bResult (Results 1 - 14 of 14) sorted by relevance

/drivers/staging/vt6655/
H A Dchannel.c526 bool bResult = true; local
529 return bResult;
552 bResult &= RFbSelectChannel(pDevice->PortOffset, pDevice->byRFType, (unsigned char)uConnectionChannel);
575 return bResult;
H A Drf.c430 bool bResult; local
432 bResult = true;
442 bResult &= IFRFbWriteEmbedded(dwIoBase, dwAL7230InitTable[ii]);
449 bResult &= IFRFbWriteEmbedded(dwIoBase, (0x9ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:active, RCK:disable
451 bResult &= IFRFbWriteEmbedded(dwIoBase, (0x3ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:disable, RCK:active
453 bResult &= IFRFbWriteEmbedded(dwIoBase, dwAL7230InitTable[CB_AL7230_INIT_SEQ-1]); //TXDCOC:disable, RCK:disable
466 return bResult;
472 bool bResult; local
474 bResult = true;
479 bResult
632 bool bResult; local
678 bool bResult; local
752 bool bResult = true; local
789 bool bResult = true; local
905 bool bResult = true; local
986 bool bResult = true; local
1075 bool bResult; local
[all...]
H A Dbaseband.c2101 bool bResult = true; local
2110 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253InitTab_RFMD[ii][0], byVT3253InitTab_RFMD[ii][1]);
2114 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_RFMD[ii][0], byVT3253B0_RFMD[ii][1]);
2117 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC4_RFMD2959[ii][0], byVT3253B0_AGC4_RFMD2959[ii][1]);
2132 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AIROHA2230[ii][0], byVT3253B0_AIROHA2230[ii][1]);
2135 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC[ii][0], byVT3253B0_AGC[ii][1]);
2147 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_UW2451[ii][0], byVT3253B0_UW2451[ii][1]);
2150 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC[ii][0], byVT3253B0_AGC[ii][1]);
2165 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_UW2451[ii][0], byVT3253B0_UW2451[ii][1]);
2168 /*bResult
[all...]
H A Dcard.c851 bool bResult = true; local
879 return bResult;
896 bool bResult = true; local
933 return bResult;
1156 bool bResult = true; local
1159 bResult = set_channel(pDevice, byNewChannel);
1164 return bResult;
1170 bResult = CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
1172 return bResult;
H A Dwmgr.c2531 bool bResult = bAdd_PMKID_Candidate((void *)pDevice, pMgmt->abyCurrBSSID, &pCurr->sRSNCapObj); local
2534 bResult);
2535 if (!bResult) {
/drivers/staging/rtl8712/
H A Drtl8712_efuse.c80 u8 tmpidx = 0, bResult; local
92 bResult = true;
95 bResult = false;
97 return bResult;
102 u8 tmpidx = 0, bResult; local
114 bResult = true;
116 bResult = false;
117 return bResult;
123 u8 tmpidx = 0, tmpv8 = 0, bResult; local
137 bResult
373 u8 bResult = true; local
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_efuse.c390 int bResult; local
404 bResult = _SUCCESS;
407 bResult = _FAIL;
409 return bResult;
417 int bResult; local
438 bResult = _SUCCESS;
440 bResult = _FAIL;
442 return bResult;
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c1424 bool bResult = true; local
1558 bResult = false;
1571 if (bResult) {
1586 RT_TRACE(COMP_PS, "<=========== SetRFPowerState8190() bResult = %d!\n",
1587 bResult);
1588 return bResult;
1596 bool bResult = false; local
1605 return bResult;
1608 bResult = SetRFPowerState8190(dev, eRFPowerState);
1610 RT_TRACE(COMP_PS, "<--------- SetRFPowerState(): bResult(
[all...]
/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1098 bool bResult = true; local
1159 bResult = false;
1170 if (bResult) {
1212 return bResult;
/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c338 int bResult; local
446 bResult = 1;
539 } while (!bResult);
/drivers/staging/rtl8723au/hal/
H A DHalDMOutSrc8723A_CE.c663 bool bResult = true, is2T = IS_92C_SERIAL(pHalData->VersionID); local
693 bResult = false;
696 return bResult;
H A Dodm.c1636 bool bResult = true; local
1649 return bResult;
1652 return bResult;
1785 bResult = false;
1810 bResult = false;
1812 return bResult;
H A Dusb_halinit.c1372 int bResult = _SUCCESS; local
1410 bResult = _FAIL;
1414 return bResult;
/drivers/staging/rtl8188eu/hal/
H A Dusb_halinit.c1879 u8 bResult = _SUCCESS; local
1959 bResult = _FAIL;
1963 return bResult;
1973 u8 bResult = _SUCCESS; local
2028 bResult = _FAIL;
2032 return bResult;

Completed in 205 milliseconds