Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Di2c.h109 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
121 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/Linux-v6.6/Documentation/i2c/
Dfunctionality.rst40 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK Handles the SMBus write_i2c_block_data command
Dsmbus-protocol.rst324 Functionality flag: I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
/Linux-v6.6/drivers/misc/eeprom/
Dat24.c602 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK); in at24_probe()
Didt_89hpesx.c1221 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in idt_set_smbus_ops()
/Linux-v6.6/drivers/input/touchscreen/
Dsilead.c665 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in silead_ts_probe()
/Linux-v6.6/drivers/i2c/busses/
Di2c-i801.c935 I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_WRITE_I2C_BLOCK | in i801_func()