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");
218 /* If not the last command... */
327 int saa7164_cmd_send(struct saa7164_dev *dev, u8 id, enum tmComResCmd command,
339 dprintk(DBGLVL_CMD, "%s(unitid = %s (%d) , command = 0x%x, sel = 0x%x)\n",
341 command, controlselector);
348 /* Prepare some basic command/response structures */
354 command_t.command = command;
380 printk(KERN_ERR "%s() set command failed %d\n", __func__, ret);
386 * command was sent */
401 /* if power is down and this is not a power command ... */
434 /* Check if the response was for our command */
515 (presponse_t->command != pcommand_t->command) ||