Searched refs:I2C_FUNC_SMBUS_PEC (Results 1 – 9 of 9) sorted by relevance
93 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro129 I2C_FUNC_SMBUS_PEC)
294 I2C_FUNC_SMBUS_PEC | in nforce2_func()
409 I2C_FUNC_SMBUS_I2C_BLOCK | I2C_FUNC_SMBUS_PEC; in amd8111_func()
626 I2C_FUNC_SMBUS_PEC; in ismt_func()
958 ((priv->features & FEATURE_SMBUS_PEC) ? I2C_FUNC_SMBUS_PEC : 0) | in i801_func()
1772 I2C_FUNC_SMBUS_PROC_CALL | I2C_FUNC_SMBUS_PEC; in stm32f7_i2c_func()
485 I2C_FUNC_SMBUS_PEC; in w1_f19_i2c_functionality()
117 the adapter has I2C_FUNC_SMBUS_PEC; it is still safe if not, it just
1196 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_PEC)) { in idt_create_pdev()