• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/

Lines Matching defs:protocol

1673  * i2c_smbus_read_byte - SMBus "receive byte" protocol
1676 * This executes the SMBus "receive byte" protocol, returning negative errno
1692 * i2c_smbus_write_byte - SMBus "send byte" protocol
1696 * This executes the SMBus "send byte" protocol, returning negative errno
1707 * i2c_smbus_read_byte_data - SMBus "read byte" protocol
1711 * This executes the SMBus "read byte" protocol, returning negative errno
1727 * i2c_smbus_write_byte_data - SMBus "write byte" protocol
1732 * This executes the SMBus "write byte" protocol, returning negative errno
1746 * i2c_smbus_read_word_data - SMBus "read word" protocol
1750 * This executes the SMBus "read word" protocol, returning negative errno
1766 * i2c_smbus_write_word_data - SMBus "write word" protocol
1771 * This executes the SMBus "write word" protocol, returning negative errno
1785 * i2c_smbus_process_call - SMBus "process call" protocol
1790 * This executes the SMBus "process call" protocol, returning negative errno
1807 * i2c_smbus_read_block_data - SMBus "block read" protocol
1813 * This executes the SMBus "block read" protocol, returning negative errno
1839 * i2c_smbus_write_block_data - SMBus "block write" protocol
1845 * This executes the SMBus "block write" protocol, returning negative errno
1899 /* Simulate a SMBus command using the i2c protocol
2066 * i2c_smbus_xfer - execute SMBus protocol operations
2072 * @protocol: SMBus protocol operation to execute, such as I2C_SMBUS_PROC_CALL
2075 * This executes an SMBus protocol operation, and returns a negative
2079 char read_write, u8 command, int protocol,
2096 protocol, data);
2106 command, protocol, data);