Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Di2c-dev.h28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/Linux-v6.6/Documentation/i2c/
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-v6.6/drivers/char/ipmi/
DKconfig80 depends on I2C && I2C_SLAVE
175 depends on I2C && I2C_SLAVE
186 depends on I2C_SLAVE
/Linux-v6.6/drivers/net/mctp/
DKconfig29 depends on I2C_SLAVE
/Linux-v6.6/drivers/i2c/busses/
Di2c-npcm7xx.c25 I2C_SLAVE, enumerator
363 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()
DKconfig423 select I2C_SLAVE
447 select I2C_SLAVE
472 select I2C_SLAVE
547 select I2C_SLAVE
633 select I2C_SLAVE
717 select I2C_SLAVE
789 select I2C_SLAVE
883 Driver can also support slave mode (select I2C_SLAVE).
964 select I2C_SLAVE
1102 select I2C_SLAVE
[all …]
/Linux-v6.6/drivers/i2c/
DKconfig122 config I2C_SLAVE config
129 if I2C_SLAVE
Di2c-dev.c401 case I2C_SLAVE: in i2cdev_ioctl()
406 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
/Linux-v6.6/drivers/input/misc/
DKconfig745 depends on I2C && I2C_SLAVE