Home
last modified time | relevance | path

Searched refs:I2C_ATR_F_PASSTHROUGH (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Di2c-atr.h33 I2C_ATR_F_PASSTHROUGH = BIT(1), enumerator
/linux/drivers/i2c/
H A Di2c-atr.c397 if (atr->flags & I2C_ATR_F_PASSTHROUGH) in i2c_atr_map_msgs()
492 if (!c2a && !(atr->flags & I2C_ATR_F_PASSTHROUGH)) { in i2c_atr_smbus_xfer()