Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Di2c.h102 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ macro
113 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)
/linux-4.1.27/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.1.27/drivers/misc/eeprom/
Dat24.c563 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) { in at24_probe()
/linux-4.1.27/drivers/i2c/busses/
Di2c-i801.c801 I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_WRITE_I2C_BLOCK | in i801_func()