Lines Matching defs:command
714 static int cx231xx_mbox_func(void *priv, u32 command, int in, int out,
722 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command,
723 cmd_to_str(command));
730 value, cmd_to_str(command));
740 flag, cmd_to_str(command));
747 /* write command + args + fill remaining with zeros */
748 /* command code */
749 mc417_memory_write(dev, dev->cx23417_mailbox + 1, command);
762 /* wait for firmware to handle the API command */
793 static int cx231xx_api_cmd(struct cx231xx *dev, u32 command,
800 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command);
806 err = cx231xx_mbox_func(dev, command, inputcnt, outputcnt, data);