Home
last modified time | relevance | path

Searched refs:i2cdev_ioctl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/i2c/
H A Di2c-dev.c392 static long i2cdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in i2cdev_ioctl() function
578 return i2cdev_ioctl(file, cmd, arg); in compat_i2cdev_ioctl()
631 .unlocked_ioctl = i2cdev_ioctl,
/openbmc/linux/Documentation/i2c/
H A Ddev-interface.rst189 driver: see i2c-dev.c:i2cdev_open() and i2c-dev.c:i2cdev_ioctl(),