HomeSort by relevance Sort by last modified time
    Searched refs:I2C_SLAVE (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
i2c-dev.h 25 #define I2C_SLAVE 0x0703
  /external/kernel-headers/original/uapi/linux/
i2c-dev.h 43 #define I2C_SLAVE 0x0703 /* Use this slave address */
  /device/google/contexthub/util/stm32_flash/
i2c.c 83 if (ioctl(i2c_handle->fd, I2C_SLAVE, i2c_handle->addr) < 0) {
  /external/toybox/toys/other/
i2ctools.c 212 if (ioctl(fd, I2C_SLAVE, addr) == -1) {
217 perror_exit("ioctl(I2C_SLAVE)");
241 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip);
268 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip);
308 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip);

Completed in 154 milliseconds