Searched refs:I2C_SLAVE (Results 1 – 3 of 3) sorted by relevance
40 if (ioctl(file,I2C_SLAVE,addr) < 0) {83 ioctl(file,I2C_SLAVE,long addr)117 ioctl I2C_SLAVE before you try to access the device.
200 case I2C_SLAVE: in i2cdev_ioctl()205 if ((cmd == I2C_SLAVE) && i2c_check_addr(client->adapter,arg)) in i2cdev_ioctl()
443 #define I2C_SLAVE 0x0703 /* Change slave address */ macro