Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2c-dev.h43 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2c-dev.h43 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c-dev.h43 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-npcm7xx.c25 I2C_SLAVE, enumerator
344 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_init_params()
732 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_callback()
1130 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1147 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler()
1973 bus->master_or_slave = I2C_SLAVE; in __npcm_i2c_init()
2009 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_bus_irq()
H A DKconfig412 select I2C_SLAVE
436 select I2C_SLAVE
461 select I2C_SLAVE
536 select I2C_SLAVE
614 select I2C_SLAVE
737 select I2C_SLAVE
820 Driver can also support slave mode (select I2C_SLAVE).
898 select I2C_SLAVE
1043 select I2C_SLAVE
1199 select I2C_SLAVE
/OK3568_Linux_fs/kernel/drivers/i2c/
H A DKconfig113 config I2C_SLAVE config
120 if I2C_SLAVE
H A Di2c-dev.c402 case I2C_SLAVE: in i2cdev_ioctl()
407 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A DKconfig139 depends on I2C_SLAVE