Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Di2c-dev.h28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/linux-6.15/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-6.15/drivers/char/ipmi/
H A DKconfig80 depends on I2C && I2C_SLAVE
175 depends on I2C && I2C_SLAVE
186 depends on I2C_SLAVE
/linux-6.15/drivers/net/mctp/
H A DKconfig34 depends on I2C_SLAVE
/linux-6.15/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-6.15/drivers/i2c/busses/
H A DKconfig88 select I2C_SLAVE
436 select I2C_SLAVE
460 select I2C_SLAVE
485 select I2C_SLAVE
578 select I2C_SLAVE
663 select I2C_SLAVE
748 select I2C_SLAVE
759 select I2C_SLAVE
850 select I2C_SLAVE
1026 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()
1409 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1426 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()
/linux-6.15/drivers/input/misc/
H A DKconfig762 depends on I2C && I2C_SLAVE