Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
H A Di2ctools.c89 static int i2c_open(int bus, int slave, int chip) in i2c_open() function
101 int fd = i2c_open(bus, 0, 0); in i2c_get_funcs()
208 fd = i2c_open(bus, 0, 0); in i2cdetect_main()
245 fd = i2c_open(bus, FLAG(f) ? I2C_SLAVE_FORCE : I2C_SLAVE, chip); in i2cdump_main()
275 fd = i2c_open(bus, FLAG(f) ? I2C_SLAVE_FORCE : I2C_SLAVE, chip); in i2cget_main()
313 fd = i2c_open(bus, FLAG(f) ? I2C_SLAVE_FORCE : I2C_SLAVE, chip); in i2cset_main()

Completed in 1 milliseconds