Searched refs:I2C_FUNC_SLAVE (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/uapi/linux/
H A Di2c.h96 #define I2C_FUNC_SLAVE 0x00000020 macro
/linux-master/drivers/i2c/busses/
H A Di2c-at91-slave.c109 return I2C_FUNC_SLAVE | I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL
H A Di2c-designware-slave.c223 dev->functionality = I2C_FUNC_SLAVE | DW_IC_DEFAULT_FUNCTIONALITY;
H A Di2c-emev2.c314 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_SLAVE;
H A Di2c-gxp.c145 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_SLAVE;
H A Di2c-bcm-iproc.c991 val |= I2C_FUNC_SLAVE;
H A Di2c-cadence.c943 func |= I2C_FUNC_SLAVE;
H A Di2c-rcar.c1059 u32 func = I2C_FUNC_I2C | I2C_FUNC_SLAVE |
H A Di2c-mlxbf.c33 I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SLAVE)
H A Di2c-stm32f7.c2140 u32 func = I2C_FUNC_I2C | I2C_FUNC_10BIT_ADDR | I2C_FUNC_SLAVE |
H A Di2c-npcm7xx.c2231 I2C_FUNC_SLAVE;

Completed in 252 milliseconds