Lines Matching defs:command
168 /* I801 command constants */
378 /* try to stop the current command */
485 char read_write, int command)
489 switch (command) {
516 command == I2C_SMBUS_BLOCK_PROC_CALL) {
590 * DEV_ERR - Invalid command, NAK or communication timeout
645 char read_write, int command)
653 if (command == I2C_SMBUS_BLOCK_PROC_CALL)
663 if (command == I2C_SMBUS_I2C_BLOCK_DATA &&
694 && command != I2C_SMBUS_I2C_BLOCK_DATA) {
734 u8 addr, u8 hstcmd, char read_write, int command)
738 switch (command) {
774 pci_err(priv->pci_dev, "Unsupported transaction %d\n", command);
782 switch (command) {
799 u8 addr, u8 hstcmd, char read_write, int command)
804 if (read_write == I2C_SMBUS_READ && command == I2C_SMBUS_BLOCK_DATA)
809 switch (command) {
854 command != I2C_SMBUS_I2C_BLOCK_DATA)
857 command);
861 command);
863 if (command == I2C_SMBUS_I2C_BLOCK_DATA
873 unsigned short flags, char read_write, u8 command,
904 ret = i801_block_transaction(priv, data, addr, command, read_write, size);
906 ret = i801_simple_transaction(priv, data, addr, command, read_write, size);