Searched refs:I2C_FUNC_SMBUS_PEC (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/
H A Di2c.h94 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro
130 I2C_FUNC_SMBUS_PEC)
/linux-master/drivers/i2c/busses/
H A Di2c-nforce2.c286 I2C_FUNC_SMBUS_PEC |
H A Di2c-amd8111.c406 I2C_FUNC_SMBUS_I2C_BLOCK | I2C_FUNC_SMBUS_PEC;
H A Di2c-ismt.c656 I2C_FUNC_SMBUS_PEC;
H A Di2c-mlxbf.c2082 pec = flags & I2C_FUNC_SMBUS_PEC;
H A Di2c-i801.c945 ((priv->features & FEATURE_SMBUS_PEC) ? I2C_FUNC_SMBUS_PEC : 0) |
H A Di2c-stm32f7.c2144 I2C_FUNC_SMBUS_PROC_CALL | I2C_FUNC_SMBUS_PEC |
H A Di2c-npcm7xx.c2230 I2C_FUNC_SMBUS_PEC |
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e17.c483 I2C_FUNC_SMBUS_PEC;
/linux-master/drivers/misc/eeprom/
H A Didt_89hpesx.c1156 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_PEC)) {
/linux-master/drivers/hid/
H A Dhid-mcp2221.c600 (I2C_FUNC_SMBUS_EMUL & ~I2C_FUNC_SMBUS_PEC);
/linux-master/drivers/hwmon/
H A Dlm90.c2783 !i2c_check_functionality(adapter, I2C_FUNC_SMBUS_PEC))
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c2609 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_PEC))

Completed in 193 milliseconds