Home
last modified time | relevance | path

Searched refs:I2C_FUNC_SMBUS_WRITE_I2C_BLOCK (Results 1 – 10 of 10) sorted by relevance

/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.h108 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
120 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/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.h108 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
120 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c.h108 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
120 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dfunctionality.rst40 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK Handles the SMBus write_i2c_block_data command
H A Dsmbus-protocol.rst322 Functionality flag: I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsilead.c507 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in silead_ts_probe()
/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A Dkpc2000_i2c.c615 enable_flag(I2C_FUNC_SMBUS_WRITE_I2C_BLOCK) | /* 0x08000000 */ in i801_func()
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Dat24.c605 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK); in at24_probe()
H A Didt_89hpesx.c1258 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in idt_set_smbus_ops()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c988 I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_WRITE_I2C_BLOCK | in i801_func()