Lines Matching defs:command
208 u8 command;
357 priv->cmd.command = CMD_ECHO;
362 /* Throw command into TxFIFO */
461 /* Most non-command packets get the TxFIFO refilled and an ACK. */
470 * the caller requests (otherwise, we might start a new command while an
471 * old command's response bytes are still incoming).
485 dev_err(dev, "command len %zd too big!\n", resp_len);
489 /* Suspending in the middle of an EC command hoses things badly! */
493 /* Ensure a valid command and return bytes */
496 dev_err_ratelimited(dev, "unknown command 0x%x\n", cmd);
521 priv->cmd.command = cmd;
549 dev_err(dev, "command 0x%x returned error 0x%x\n",
553 dev_err(dev, "command 0x%x returned %d bytes, expected %zd bytes\n",
603 * This command lets the EC know instead. The suspend count doesn't seem