Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Di2ctools.c241 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cdump_main()
268 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cget_main()
308 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cset_main()
/external/kernel-headers/original/uapi/linux/
Di2c-dev.h29 #define I2C_SLAVE_FORCE 0x0706 /* Use this slave address, even if it macro