Home
last modified time | relevance | path

Searched refs:I2C_FUNC_SLAVE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-designware-slave.c31 if (!i2c_check_functionality(slave->adapter, I2C_FUNC_SLAVE)) in i2c_dw_reg_slave()
186 dev->functionality |= I2C_FUNC_SLAVE; in i2c_dw_configure_slave()
H A Di2c-emev2.c313 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_SLAVE; in em_i2c_func()
H A Di2c-amd-asf-plat.c274 I2C_FUNC_SMBUS_BYTE | I2C_FUNC_SMBUS_PEC | I2C_FUNC_SLAVE; in amd_asf_func()
H A Di2c-gxp.c144 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_SLAVE; in gxp_i2c_func()
H A Di2c-bcm-iproc.c992 val |= I2C_FUNC_SLAVE; in bcm_iproc_i2c_functionality()
H A Di2c-rcar.c1082 u32 func = I2C_FUNC_I2C | I2C_FUNC_SLAVE | in rcar_i2c_func()
H A Di2c-mlxbf.c36 I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SLAVE)
H A Di2c-stm32f7.c2132 u32 func = I2C_FUNC_I2C | I2C_FUNC_10BIT_ADDR | I2C_FUNC_SLAVE | in stm32f7_i2c_func()
/linux/include/uapi/linux/
H A Di2c.h97 #define I2C_FUNC_SLAVE 0x00000020 macro