Searched refs:I2C_FUNC_I2C (Results 1 – 2 of 2) sorted by relevance
127 {I2C_FUNC_I2C, "I2C"}, in i2cdetect_dash_F()172 (funcs & I2C_FUNC_I2C) ? "i2c" : "?", in i2cdetect_dash_l()174 (funcs & I2C_FUNC_I2C) ? "I2C Adapter" : "?"); in i2cdetect_dash_l()
90 #define I2C_FUNC_I2C 0x00000001 macro