Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Di2c.h95 #define I2C_FUNC_SLAVE 0x00000020 macro
/Linux-v4.19/drivers/i2c/busses/
Di2c-emev2.c313 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_SLAVE; in em_i2c_func()
Di2c-designware-platdrv.c189 dev->functionality = I2C_FUNC_SLAVE | DW_IC_DEFAULT_FUNCTIONALITY; in i2c_dw_configure_slave()
Di2c-rcar.c879 return I2C_FUNC_I2C | I2C_FUNC_SLAVE | in rcar_i2c_func()
Di2c-stm32f7.c1768 return I2C_FUNC_I2C | I2C_FUNC_10BIT_ADDR | I2C_FUNC_SLAVE | in stm32f7_i2c_func()