1I2C_SMBUS_READ_BYTE_(9)     I2C and SMBus Subsystem    I2C_SMBUS_READ_BYTE_(9)
2
3
4

NAME

6       i2c_smbus_read_byte_data - SMBus “read byte” protocol
7

SYNOPSIS

9       s32 i2c_smbus_read_byte_data(const struct i2c_client * client,
10                                    u8 command);
11

ARGUMENTS

13       client
14           Handle to slave device
15
16       command
17           Byte interpreted by slave
18

DESCRIPTION

20       This executes the SMBus “read byte” protocol, returning negative errno
21       else a data byte received from the device.
22
24Kernel Hackers Manual 3.10         June 2019           I2C_SMBUS_READ_BYTE_(9)
Impressum