Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Di2c-dev.h28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/linux/Documentation/i2c/
H A Ddev-interface.rst53 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
/linux/drivers/net/mctp/
H A DKconfig34 depends on I2C_SLAVE
/linux/drivers/i2c/
H A DKconfig114 config I2C_SLAVE config
121 if I2C_SLAVE
H A Di2c-dev.c409 case I2C_SLAVE: in i2cdev_ioctl()
414 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
/linux/drivers/i2c/busses/
H A DKconfig88 select I2C_SLAVE
439 select I2C_SLAVE
463 select I2C_SLAVE
488 select I2C_SLAVE
581 select I2C_SLAVE
677 select I2C_SLAVE
762 select I2C_SLAVE
773 select I2C_SLAVE
864 select I2C_SLAVE
958 Driver can also support slave mode (select I2C_SLAVE).
[all …]
H A Di2c-npcm7xx.c25 I2C_SLAVE, enumerator
624 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_init_params()
1009 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_callback()
1405 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1422 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
2198 bus->master_or_slave = I2C_SLAVE; in __npcm_i2c_init()
2234 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_bus_irq()