Home
last modified time | relevance | path

Searched refs:I2C_CLIENT_PEC (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/iio/temperature/
H A Dmlx90614.c123 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()
133 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()
481 data->client->flags | I2C_CLIENT_PEC, in mlx90614_sleep()
/linux/drivers/i2c/
H A Di2c-core-smbus.c352 bool wants_pec = ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK in i2c_smbus_xfer_emulated()
589 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in __i2c_smbus_xfer()
H A Di2c-dev.c434 client->flags |= I2C_CLIENT_PEC; in i2cdev_ioctl()
436 client->flags &= ~I2C_CLIENT_PEC; in i2cdev_ioctl()
/linux/drivers/i2c/busses/
H A Di2c-nforce2.c175 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; in nforce2_access()
H A Di2c-amd8111.c199 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; in amd8111_access()
H A Di2c-xlp9xx.c358 priv->client_pec = msg->flags & I2C_CLIENT_PEC; in xlp9xx_i2c_xfer_msg()
H A Di2c-stm32f7.c1088 if ((flags & I2C_CLIENT_PEC) && f7_msg->size != I2C_SMBUS_QUICK) { in stm32f7_i2c_smbus_xfer_msg()
1843 if ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK && read_write) { in stm32f7_i2c_smbus_xfer()
1902 if (slave->flags & I2C_CLIENT_PEC) { in stm32f7_i2c_reg_slave()
H A Di2c-ismt.c435 if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) in ismt_access()
H A Di2c-designware-master.c499 len += (flags & I2C_CLIENT_PEC) ? 2 : 1; in i2c_dw_recv_len()
H A Di2c-aspeed.c564 ((msg->flags & I2C_CLIENT_PEC) ? 2 : 1); in aspeed_i2c_master_irq()
H A Di2c-i801.c910 hwpec = (priv->features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC) in i801_access()
/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c130 i2c_msg.flags = client->flags & I2C_CLIENT_PEC; in ipmb_i2c_write()
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c2690 return sysfs_emit(buf, "%d\n", !!(client->flags & I2C_CLIENT_PEC)); in pec_show()
2705 client->flags |= I2C_CLIENT_PEC; in pec_store()
2707 client->flags &= ~I2C_CLIENT_PEC; in pec_store()
2779 client->flags &= ~I2C_CLIENT_PEC; in pmbus_init_common()
2789 client->flags |= I2C_CLIENT_PEC; in pmbus_init_common()
2865 if (client->flags & I2C_CLIENT_PEC) { in pmbus_init_common()
H A Dadm1266.c120 if (client->flags & I2C_CLIENT_PEC) { in adm1266_pmbus_block_xfer()
/linux/drivers/rtc/
H A Drtc-nvidia-vrs10.c438 client->flags |= I2C_CLIENT_PEC; in nvvrs_rtc_probe()
/linux/include/linux/
H A Di2c.h333 #define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */ macro
/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c1153 client->flags |= I2C_CLIENT_PEC; in idt_create_pdev()