__i2c_transfer(9) centos man page | unix.com

Man Page: __i2c_transfer

Operating Environment: centos

Section: 9

__I2C_TRANSFER(9)					      I2C and SMBus Subsystem						 __I2C_TRANSFER(9)

NAME
__i2c_transfer - unlocked flavor of i2c_transfer
SYNOPSIS
int __i2c_transfer(struct i2c_adapter * adap, struct i2c_msg * msgs, int num);
ARGUMENTS
adap Handle to I2C bus msgs One or more messages to execute before STOP is issued to terminate the operation; each message begins with a START. num Number of messages to be executed.
DESCRIPTION
Returns negative errno, else the number of messages executed. Adapter lock must be held when calling this function. No debug logging takes place. adap->algo->master_xfer existence isn't checked.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __I2C_TRANSFER(9)
Related Man Pages
struct_i2c_msg(9) - suse
iic(9) - netbsd
iic_exec(9) - netbsd
i2c_add_numbered_adapter(9) - centos
iic_smbus_write_byte(9) - netbsd
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!