Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Di2ctools.c127 {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()
/external/kernel-headers/original/uapi/linux/
Di2c.h90 #define I2C_FUNC_I2C 0x00000001 macro