Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Di2c-dev.h28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/linux-5.19.10/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-5.19.10/drivers/net/mctp/
DKconfig29 depends on I2C_SLAVE
/linux-5.19.10/drivers/char/ipmi/
DKconfig80 depends on I2C && I2C_SLAVE
175 depends on I2C_SLAVE
/linux-5.19.10/drivers/i2c/
DKconfig113 config I2C_SLAVE config
120 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-5.19.10/drivers/i2c/busses/
Di2c-npcm7xx.c25 I2C_SLAVE, enumerator
345 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_init_params()
735 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_callback()
1133 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1150 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1976 bus->master_or_slave = I2C_SLAVE; in __npcm_i2c_init()
2012 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_bus_irq()
DKconfig421 select I2C_SLAVE
445 select I2C_SLAVE
470 select I2C_SLAVE
545 select I2C_SLAVE
628 select I2C_SLAVE
705 select I2C_SLAVE
765 select I2C_SLAVE
848 Driver can also support slave mode (select I2C_SLAVE).
928 select I2C_SLAVE
1057 select I2C_SLAVE
[all …]