Home | History | Annotate | Download | only in src

Lines Matching refs:NO_ERROR

357 //      NO_ERROR                -   success
464 // Returns error when they are not, otherwise return NO_ERROR.
477 // NO_ERROR - success
502 if ((status == NO_ERROR) && (pI2C->Status == I2C_STATUS_NOERROR))
529 return NO_ERROR;
633 return NO_ERROR;
1688 // NO_ERROR - success
1718 if ((status == NO_ERROR) && (pI2C->Status == I2C_STATUS_NOERROR))
1732 return NO_ERROR; //To Fix SyncMaster Checksum error issue
1746 return NO_ERROR;
1764 // NO_ERROR - success
1784 if ((status != NO_ERROR) || (pI2C->Status != I2C_STATUS_NOERROR)) {
1788 if ((status != NO_ERROR) || (pI2C->Status != I2C_STATUS_NOERROR)) {
1804 return NO_ERROR;
1849 if (I2COpen(pHWDE, I2C_OPEN, ulChannelID, &I2C) != NO_ERROR)
1872 PDEBUGI2C(ErrorF("bGetEDID()-vGetEDID_2-status=%d\n", status == NO_ERROR ? 1:0));
1874 if (status != NO_ERROR)
1878 PDEBUGI2C(ErrorF("bGetEDID()-vGetEDID_1-status=%d\n", status == NO_ERROR ? 1:0));
1880 if (status == NO_ERROR)
1896 PDEBUGI2C(ErrorF("bGetEDID()-return(%d)\n", status == NO_ERROR ? 1:0));
1897 return (status == NO_ERROR);