Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Di2c.h103 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
114 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/linux-4.4.14/Documentation/i2c/
Dfunctionality35 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK Handles the SMBus write_i2c_block_data command
Dsmbus-protocol273 Functionality flag: I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
/linux-4.4.14/drivers/misc/eeprom/
Dat24.c550 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in at24_probe()
/linux-4.4.14/drivers/i2c/busses/
Di2c-i801.c825 I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_WRITE_I2C_BLOCK | in i801_func()