Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2c.h93 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro
129 I2C_FUNC_SMBUS_PEC)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2c.h93 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro
129 I2C_FUNC_SMBUS_PEC)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c.h93 #define I2C_FUNC_SMBUS_PEC 0x00000008 macro
129 I2C_FUNC_SMBUS_PEC)
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-nforce2.c286 I2C_FUNC_SMBUS_PEC | in nforce2_func()
H A Di2c-amd8111.c406 I2C_FUNC_SMBUS_I2C_BLOCK | I2C_FUNC_SMBUS_PEC; in amd8111_func()
H A Di2c-ismt.c635 I2C_FUNC_SMBUS_PEC; in ismt_func()
H A Di2c-i801.c989 ((priv->features & FEATURE_SMBUS_PEC) ? I2C_FUNC_SMBUS_PEC : 0) | in i801_func()
H A Di2c-mlxbf.c2082 pec = flags & I2C_FUNC_SMBUS_PEC; in mlxbf_i2c_smbus_xfer()
H A Di2c-npcm7xx.c2216 I2C_FUNC_SMBUS_PEC | in npcm_i2c_functionality()
H A Di2c-stm32f7.c2018 I2C_FUNC_SMBUS_PROC_CALL | I2C_FUNC_SMBUS_PEC | in stm32f7_i2c_func()
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds28e17.c483 I2C_FUNC_SMBUS_PEC; in w1_f19_i2c_functionality()
/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A Dkpc2000_i2c.c598 enable_flag_if(I2C_FUNC_SMBUS_PEC, in i801_func()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Ddev-interface.rst121 the adapter has I2C_FUNC_SMBUS_PEC; it is still safe if not, it just
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-mcp2221.c561 (I2C_FUNC_SMBUS_EMUL & ~I2C_FUNC_SMBUS_PEC); in mcp_i2c_func()
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Didt_89hpesx.c1198 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_PEC)) { in idt_create_pdev()