Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h109 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
121 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/openbmc/linux/Documentation/i2c/
H A Dfunctionality.rst40 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK Handles the SMBus write_i2c_block_data command
H A Dsmbus-protocol.rst324 Functionality flag: I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
/openbmc/phosphor-power/tools/i2c/
H A Di2c.cpp128 if (!(funcs & I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) in checkWriteFuncs()
/openbmc/linux/drivers/input/touchscreen/
H A Dsilead.c656 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in silead_ts_probe()
/openbmc/linux/drivers/misc/eeprom/
H A Dat24.c627 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK); in at24_probe()
H A Didt_89hpesx.c1221 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in idt_set_smbus_ops()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c942 I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_WRITE_I2C_BLOCK | in i801_func()