Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Di2c.h93 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro
129 I2C_FUNC_SMBUS_PEC)
/Linux-v5.10/drivers/i2c/busses/
Di2c-nforce2.c286 I2C_FUNC_SMBUS_PEC | in nforce2_func()
Di2c-amd8111.c406 I2C_FUNC_SMBUS_I2C_BLOCK | I2C_FUNC_SMBUS_PEC; in amd8111_func()
Di2c-ismt.c629 I2C_FUNC_SMBUS_PEC; in ismt_func()
Di2c-i801.c993 ((priv->features & FEATURE_SMBUS_PEC) ? I2C_FUNC_SMBUS_PEC : 0) | in i801_func()
Di2c-mlxbf.c2062 pec = flags & I2C_FUNC_SMBUS_PEC; in mlxbf_i2c_smbus_xfer()
Di2c-npcm7xx.c2189 I2C_FUNC_SMBUS_PEC | in npcm_i2c_functionality()
Di2c-stm32f7.c1984 I2C_FUNC_SMBUS_PROC_CALL | I2C_FUNC_SMBUS_PEC | in stm32f7_i2c_func()
/Linux-v5.10/drivers/w1/slaves/
Dw1_ds28e17.c483 I2C_FUNC_SMBUS_PEC; in w1_f19_i2c_functionality()
/Linux-v5.10/drivers/staging/kpc2000/
Dkpc2000_i2c.c598 enable_flag_if(I2C_FUNC_SMBUS_PEC, in i801_func()
/Linux-v5.10/Documentation/i2c/
Ddev-interface.rst121 the adapter has I2C_FUNC_SMBUS_PEC; it is still safe if not, it just
/Linux-v5.10/drivers/hid/
Dhid-mcp2221.c558 (I2C_FUNC_SMBUS_EMUL & ~I2C_FUNC_SMBUS_PEC); in mcp_i2c_func()
/Linux-v5.10/drivers/misc/eeprom/
Didt_89hpesx.c1194 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_PEC)) { in idt_create_pdev()