Lines Matching defs:protocol
96 * i2c_smbus_read_byte - SMBus "receive byte" protocol
99 * This executes the SMBus "receive byte" protocol, returning negative errno
115 * i2c_smbus_write_byte - SMBus "send byte" protocol
119 * This executes the SMBus "send byte" protocol, returning negative errno
130 * i2c_smbus_read_byte_data - SMBus "read byte" protocol
134 * This executes the SMBus "read byte" protocol, returning negative errno
150 * i2c_smbus_write_byte_data - SMBus "write byte" protocol
155 * This executes the SMBus "write byte" protocol, returning negative errno
170 * i2c_smbus_read_word_data - SMBus "read word" protocol
174 * This executes the SMBus "read word" protocol, returning negative errno
190 * i2c_smbus_write_word_data - SMBus "write word" protocol
195 * This executes the SMBus "write word" protocol, returning negative errno
210 * i2c_smbus_read_block_data - SMBus "block read" protocol
216 * This executes the SMBus "block read" protocol, returning negative errno
242 * i2c_smbus_write_block_data - SMBus "block write" protocol
248 * This executes the SMBus "block write" protocol, returning negative errno
319 * Simulate a SMBus command using the I2C protocol.
523 * i2c_smbus_xfer - execute SMBus protocol operations
529 * @protocol: SMBus protocol operation to execute, such as I2C_SMBUS_PROC_CALL
532 * This executes an SMBus protocol operation, and returns a negative
537 u8 command, int protocol, union i2c_smbus_data *data)
546 command, protocol, data);
555 u8 command, int protocol, union i2c_smbus_data *data)
569 * read_write and protocol.
572 command, protocol, data);
574 command, protocol);
591 command, protocol, data);
608 command, protocol, data);
613 command, protocol, data, res);
615 command, protocol, res);
630 * This executes the SMBus "block read" protocol if supported by the adapter.
684 * Setup handling of the SMBus alert protocol on a given I2C bus segment.