Home | History | Annotate | Download | only in linux

Lines Matching full:smbus

76 /* This is the very generalized SMBus access routine. You probably do not
80 smbus adapter to call this function. */
193 to NULL. If an adapter algorithm can do SMBus access, set
194 smbus_xfer. If set to NULL, the SMBus protocol is simulated
383 #define I2C_FUNC_SMBUS_HWPEC_CALC 0x00000008 /* SMBus 2.0 */
384 #define I2C_FUNC_SMBUS_BLOCK_PROC_CALL 0x00008000 /* SMBus 2.0 */
422 * Data for SMBus Messages
424 #define I2C_SMBUS_BLOCK_MAX 32 /* As specified in SMBus standard */
436 /* SMBus transaction types (size parameter in the above functions)
445 #define I2C_SMBUS_BLOCK_PROC_CALL 7 /* SMBus 2.0 */
471 #define I2C_PEC 0x0708 /* != 0 for SMBus PEC */
473 #define I2C_SMBUS 0x0720 /* SMBus-level access */