Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Di2ctools.c212 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/
Di2c.txt15 ioctl$I2C_SLAVE(fd fd_i2c, cmd const[I2C_SLAVE], arg intptr[0:0x3ff])
Di2c_amd64.const16 I2C_SLAVE = 1795
Di2c_386.const16 I2C_SLAVE = 1795
Di2c_arm.const16 I2C_SLAVE = 1795
Di2c_arm64.const16 I2C_SLAVE = 1795
Di2c_ppc64le.const16 I2C_SLAVE = 1795
/external/kernel-headers/original/uapi/linux/
Di2c-dev.h43 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro