Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsmbus.h64 case I2C_SMBUS_I2C_BLOCK_BROKEN:
81 { I2C_SMBUS_I2C_BLOCK_BROKEN, "I2C_BLOCK_BROKEN" },
125 { I2C_SMBUS_I2C_BLOCK_BROKEN, "I2C_BLOCK_BROKEN" },
172 case I2C_SMBUS_I2C_BLOCK_BROKEN:
189 { I2C_SMBUS_I2C_BLOCK_BROKEN, "I2C_BLOCK_BROKEN" },
235 { I2C_SMBUS_I2C_BLOCK_BROKEN, "I2C_BLOCK_BROKEN" },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2c.h154 #define I2C_SMBUS_I2C_BLOCK_BROKEN 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2c.h154 #define I2C_SMBUS_I2C_BLOCK_BROKEN 6 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c.h154 #define I2C_SMBUS_I2C_BLOCK_BROKEN 6 macro
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-dev.c325 (size != I2C_SMBUS_I2C_BLOCK_BROKEN) && in i2cdev_ioctl_smbus()
375 if (size == I2C_SMBUS_I2C_BLOCK_BROKEN) { in i2cdev_ioctl_smbus()