Lines Matching defs:command
97 "%s() found timed out command on the bus\n",
143 printk(KERN_ERR "found timed out command on the bus\n");
217 /* If not the last command... */
326 int saa7164_cmd_send(struct saa7164_dev *dev, u8 id, enum tmComResCmd command,
338 dprintk(DBGLVL_CMD, "%s(unitid = %s (%d) , command = 0x%x, sel = 0x%x)\n",
340 command, controlselector);
347 /* Prepare some basic command/response structures */
353 command_t.command = command;
379 printk(KERN_ERR "%s() set command failed %d\n", __func__, ret);
385 * command was sent */
400 /* if power is down and this is not a power command ... */
433 /* Check if the response was for our command */
514 (presponse_t->command != pcommand_t->command) ||