Searched refs:I2C_CLIENT_PEC (Results 1 – 9 of 9) sorted by relevance
405 client->flags & ~I2C_CLIENT_PEC, in adm1032_write_byte()419 if (client->flags & I2C_CLIENT_PEC) { in lm90_read_reg()1158 return sprintf(buf, "%d\n", !!(client->flags & I2C_CLIENT_PEC)); in show_pec()1174 client->flags &= ~I2C_CLIENT_PEC; in set_pec()1177 client->flags |= I2C_CLIENT_PEC; in set_pec()1256 info->flags |= I2C_CLIENT_PEC; in lm90_detect()1543 client->flags &= ~I2C_CLIENT_PEC; in lm90_probe()1577 if (client->flags & I2C_CLIENT_PEC) { in lm90_probe()
450 client->flags |= I2C_CLIENT_PEC; in i2cdev_ioctl()452 client->flags &= ~I2C_CLIENT_PEC; in i2cdev_ioctl()
2791 i = ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK in i2c_smbus_xfer_emulated()2871 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in i2c_smbus_xfer()
553 #define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */ macro
197 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; in nforce2_access()
202 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; in amd8111_access()
406 if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) in ismt_access()
696 hwpec = (priv->features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC) in i801_access()
1620 ssif_info->client->flags |= I2C_CLIENT_PEC; in ssif_probe()