Home
last modified time | relevance | path

Searched refs:I2C_SLAVE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Di2c-dev.h42 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/linux-4.1.27/Documentation/i2c/
Ddev-interface51 if (ioctl(file, I2C_SLAVE, addr) < 0) {
103 ioctl(file, I2C_SLAVE, long addr)
145 ioctl I2C_SLAVE before you try to access the device.
187 i2c-dev directly. Examples include I2C_SLAVE (set the address of the
/linux-4.1.27/drivers/i2c/
DKconfig113 config I2C_SLAVE config
116 if I2C_SLAVE
Di2c-dev.c422 case I2C_SLAVE: in i2cdev_ioctl()
437 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
/linux-4.1.27/fs/
Dcompat_ioctl.c1293 COMPATIBLE_IOCTL(I2C_SLAVE)
/linux-4.1.27/drivers/i2c/busses/
DKconfig932 select I2C_SLAVE