Home
last modified time | relevance | path

Searched refs:I2C_FUNCS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Di2c-dev.h47 #define I2C_FUNCS 0x0705 /* Get the adapter functionality mask */ macro
/linux-4.4.14/Documentation/i2c/
Dfunctionality131 the I2C_FUNCS ioctl. An example, adapted from the i2cdetect program, is
139 if (ioctl(file, I2C_FUNCS, &funcs) < 0) {
Ddev-interface120 ioctl(file, I2C_FUNCS, unsigned long *funcs)
192 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
/linux-4.4.14/drivers/i2c/
Di2c-dev.c451 case I2C_FUNCS: in i2cdev_ioctl()
/linux-4.4.14/fs/
Dcompat_ioctl.c1466 case I2C_FUNCS: in do_ioctl_trans()