Searched refs:I2C_CLIENT_PEC (Results 1 – 11 of 11) 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()
117 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()127 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()420 data->client->flags | I2C_CLIENT_PEC, in mlx90614_sleep()
447 client->flags |= I2C_CLIENT_PEC; in i2cdev_ioctl()449 client->flags &= ~I2C_CLIENT_PEC; in i2cdev_ioctl()
2958 i = ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK in i2c_smbus_xfer_emulated()3038 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in i2c_smbus_xfer()
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()
405 if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) in ismt_access()
720 hwpec = (priv->features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC) in i801_access()
556 #define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */ macro
1757 client->flags |= I2C_CLIENT_PEC; in pmbus_init_common()
1629 ssif_info->client->flags |= I2C_CLIENT_PEC; in ssif_probe()