Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Di2c-dev.h33 #define I2C_FUNCS 0x0705 /* Get the adapter functionality mask */ macro
/linux-6.15/Documentation/i2c/
H A Dfunctionality.rst139 the I2C_FUNCS ioctl. An example, adapted from the i2cdetect program, is
147 if (ioctl(file, I2C_FUNCS, &funcs) < 0) {
H A Ddev-interface.rst124 ``ioctl(file, I2C_FUNCS, unsigned long *funcs)``
199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
/linux-6.15/drivers/i2c/
H A Di2c-dev.c438 case I2C_FUNCS: in i2cdev_ioctl()
535 case I2C_FUNCS: in compat_i2cdev_ioctl()