Searched refs:I2C_SLAVE (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/other/ |
D | i2ctools.c | 212 if (ioctl(fd, I2C_SLAVE, addr) == -1) { in i2cdetect_main() 241 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cdump_main() 268 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cget_main() 308 fd = i2c_open(bus, (toys.optflags&FLAG_f)?I2C_SLAVE_FORCE:I2C_SLAVE, chip); in i2cset_main()
|
/external/syzkaller/sys/linux/ |
D | i2c.txt | 15 ioctl$I2C_SLAVE(fd fd_i2c, cmd const[I2C_SLAVE], arg intptr[0:0x3ff])
|
D | i2c_amd64.const | 16 I2C_SLAVE = 1795
|
D | i2c_386.const | 16 I2C_SLAVE = 1795
|
D | i2c_arm.const | 16 I2C_SLAVE = 1795
|
D | i2c_arm64.const | 16 I2C_SLAVE = 1795
|
D | i2c_ppc64le.const | 16 I2C_SLAVE = 1795
|
/external/kernel-headers/original/uapi/linux/ |
D | i2c-dev.h | 43 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
|