i2c_smbus_xfer(9) suse man page | unix.com

Man Page: i2c_smbus_xfer

Operating Environment: suse

Section: 9

I2C_SMBUS_XFER(9)					      I2C and SMBus Subsystem						 I2C_SMBUS_XFER(9)

NAME
i2c_smbus_xfer - execute SMBus protocol operations
SYNOPSIS
s32 i2c_smbus_xfer(struct i2c_adapter * adapter, u16 addr, unsigned short flags, char read_write, u8 command, int protocol, union i2c_smbus_data * data);
ARGUMENTS
adapter Handle to I2C bus addr Address of SMBus slave on that bus flags I2C_CLIENT_* flags (usually zero or I2C_CLIENT_PEC) read_write I2C_SMBUS_READ or I2C_SMBUS_WRITE command Byte interpreted by slave, for protocols which use such bytes protocol SMBus protocol operation to execute, such as I2C_SMBUS_PROC_CALL data Data to be read or written
DESCRIPTION
This executes an SMBus protocol operation, and returns a negative errno code else zero on success.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 I2C_SMBUS_XFER(9)
Related Man Pages
smbus(7d) - sunos
i2cdetect(8) - centos
i2cget(8) - debian
i2c_register_board_info(9) - suse
struct_i2c_driver(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Getting command output to putty window title.
Docker learning Phase-I
Shopt -s histappend