Lines Matching defs:command
168 /* I801 command constants */
392 /* try to stop the current command */
525 char read_write, int command,
532 switch (command) {
559 command == I2C_SMBUS_BLOCK_PROC_CALL) {
636 * DEV_ERR - Invalid command, NAK or communication timeout
689 char read_write, int command,
698 if (command == I2C_SMBUS_BLOCK_PROC_CALL)
712 if (command == I2C_SMBUS_I2C_BLOCK_DATA &&
750 && command != I2C_SMBUS_I2C_BLOCK_DATA) {
788 int command, int hwpec)
793 if (read_write == I2C_SMBUS_READ && command == I2C_SMBUS_BLOCK_DATA)
798 if (command == I2C_SMBUS_I2C_BLOCK_DATA) {
815 command != I2C_SMBUS_I2C_BLOCK_DATA)
818 command, hwpec);
822 command, hwpec);
824 if (command == I2C_SMBUS_I2C_BLOCK_DATA
834 unsigned short flags, char read_write, u8 command,
864 outb_p(command, SMBHSTCMD(priv));
870 outb_p(command, SMBHSTCMD(priv));
878 outb_p(command, SMBHSTCMD(priv));
888 outb_p(command, SMBHSTCMD(priv));
905 outb_p(command, SMBHSTDAT1(priv));
907 outb_p(command, SMBHSTCMD(priv));
913 * command.
916 outb_p(command, SMBHSTCMD(priv));