Searched refs:I2C_SLAVE (Results 1 – 9 of 9) sorted by relevance
28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
53 if (ioctl(file, I2C_SLAVE, addr) < 0) {107 ``ioctl(file, I2C_SLAVE, long addr)``149 ioctl I2C_SLAVE before you try to access the device.194 i2c-dev directly. Examples include I2C_SLAVE (set the address of the
80 depends on I2C && I2C_SLAVE175 depends on I2C && I2C_SLAVE186 depends on I2C_SLAVE
29 depends on I2C_SLAVE
25 I2C_SLAVE, enumerator363 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_init_params()748 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_callback()1148 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()1165 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()1991 bus->master_or_slave = I2C_SLAVE; in __npcm_i2c_init()2027 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_bus_irq()
424 select I2C_SLAVE448 select I2C_SLAVE473 select I2C_SLAVE548 select I2C_SLAVE634 select I2C_SLAVE718 select I2C_SLAVE790 select I2C_SLAVE884 Driver can also support slave mode (select I2C_SLAVE).965 select I2C_SLAVE1103 select I2C_SLAVE[all …]
122 config I2C_SLAVE config129 if I2C_SLAVE
401 case I2C_SLAVE: in i2cdev_ioctl()406 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
745 depends on I2C && I2C_SLAVE