Searched refs:I2C_CLIENT_PEC (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dlm90.c405 client->flags & ~I2C_CLIENT_PEC, adm1032_write_byte()
419 if (client->flags & I2C_CLIENT_PEC) { lm90_read_reg()
1158 return sprintf(buf, "%d\n", !!(client->flags & I2C_CLIENT_PEC)); show_pec()
1174 client->flags &= ~I2C_CLIENT_PEC; set_pec()
1177 client->flags |= I2C_CLIENT_PEC; set_pec()
1256 info->flags |= I2C_CLIENT_PEC; lm90_detect()
1543 client->flags &= ~I2C_CLIENT_PEC; lm90_probe()
1577 if (client->flags & I2C_CLIENT_PEC) { lm90_probe()
/linux-4.1.27/drivers/i2c/
H A Di2c-dev.c450 client->flags |= I2C_CLIENT_PEC; i2cdev_ioctl()
452 client->flags &= ~I2C_CLIENT_PEC; i2cdev_ioctl()
H A Di2c-core.c2791 i = ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK i2c_smbus_xfer_emulated()
2846 * @flags: I2C_CLIENT_* flags (usually zero or I2C_CLIENT_PEC)
2871 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; i2c_smbus_xfer()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-amd8111.c202 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; amd8111_access()
H A Di2c-nforce2.c197 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; nforce2_access()
H A Di2c-i801.c696 hwpec = (priv->features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC) i801_access()
H A Di2c-ismt.c406 if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) ismt_access()
/linux-4.1.27/include/linux/
H A Di2c.h201 * I2C_CLIENT_PEC indicates it uses SMBus Packet Error Checking
553 #define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */ macro
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_ssif.c1620 ssif_info->client->flags |= I2C_CLIENT_PEC; ssif_probe()

Completed in 262 milliseconds