Lines Matching defs:command
746 u32 command,
756 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command,
757 cmd_to_str(command));
764 value, cmd_to_str(command));
774 flag, cmd_to_str(command));
781 /* write command + args + fill remaining with zeros */
782 /* command code */
783 mc417_memory_write(dev, dev->cx23417_mailbox + 1, command);
796 /* wait for firmware to handle the API command */
828 u32 command,
837 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command);
843 err = cx23885_mbox_func(dev, command, inputcnt, outputcnt, data);