Lines Matching refs:I2C
10 which is a subset from the I2C protocol. Fortunately, many devices use
13 If you write a driver for some I2C device, please try to use the SMBus
15 I2C protocol). This makes it possible to use the device driver on both
16 SMBus adapters and I2C adapters (the SMBus command set is automatically
17 translated to I2C on I2C adapters, but plain I2C commands can not be
28 the corresponding functionality flag to ensure that the underlying I2C
40 Addr (7 bits): I2C 7 bit address. Note that this can be expanded as usual to
41 get a 10 bit I2C address.
48 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
234 * I2C bus drivers which support SMBus alert should call
236 * I2C drivers for devices which can trigger SMBus alerts should implement
240 I2C Block Transactions
243 The following I2C block transactions are supported by the
247 I2C block transactions do not limit the number of bytes transferred
251 I2C Block Read: i2c_smbus_read_i2c_block_data()
263 I2C Block Write: i2c_smbus_write_i2c_block_data()