Searched refs:I2C_SLAVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Di2c-dev.h28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/linux-master/drivers/i2c/
H A Di2c-dev.c129 * an I2C_SLAVE (or I2C_SLAVE_FORCE) ioctl. That configures an anonymous
401 case I2C_SLAVE:
406 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg))
596 * pointed to some address using I2C_SLAVE or I2C_SLAVE_FORCE.
/linux-master/drivers/i2c/busses/
H A Di2c-npcm7xx.c25 I2C_SLAVE, enumerator in enum:i2c_mode
362 bus->master_or_slave = I2C_SLAVE;
747 bus->master_or_slave = I2C_SLAVE;
1147 bus->master_or_slave = I2C_SLAVE;
1164 bus->master_or_slave = I2C_SLAVE;
1987 bus->master_or_slave = I2C_SLAVE;
2023 bus->master_or_slave = I2C_SLAVE;

Completed in 110 milliseconds