Lines Matching defs:protocol
87 * i2c_smbus_read_byte - SMBus "receive byte" protocol
90 * This executes the SMBus "receive byte" protocol, returning negative errno
106 * i2c_smbus_write_byte - SMBus "send byte" protocol
110 * This executes the SMBus "send byte" protocol, returning negative errno
121 * i2c_smbus_read_byte_data - SMBus "read byte" protocol
125 * This executes the SMBus "read byte" protocol, returning negative errno
141 * i2c_smbus_write_byte_data - SMBus "write byte" protocol
146 * This executes the SMBus "write byte" protocol, returning negative errno
161 * i2c_smbus_read_word_data - SMBus "read word" protocol
165 * This executes the SMBus "read word" protocol, returning negative errno
181 * i2c_smbus_write_word_data - SMBus "write word" protocol
186 * This executes the SMBus "write word" protocol, returning negative errno
201 * i2c_smbus_read_block_data - SMBus "block read" protocol
207 * This executes the SMBus "block read" protocol, returning negative errno
233 * i2c_smbus_write_block_data - SMBus "block write" protocol
239 * This executes the SMBus "block write" protocol, returning negative errno
310 * Simulate a SMBus command using the I2C protocol.
520 * i2c_smbus_xfer - execute SMBus protocol operations
526 * @protocol: SMBus protocol operation to execute, such as I2C_SMBUS_PROC_CALL
529 * This executes an SMBus protocol operation, and returns a negative
534 u8 command, int protocol, union i2c_smbus_data *data)
543 command, protocol, data);
552 u8 command, int protocol, union i2c_smbus_data *data)
566 * read_write and protocol.
569 command, protocol, data);
571 command, protocol);
588 command, protocol, data);
605 command, protocol, data);
610 command, protocol, data, res);
612 command, protocol, res);
627 * This executes the SMBus "block read" protocol if supported by the adapter.
681 * Setup handling of the SMBus alert protocol on a given I2C bus segment.