Lines Matching defs:command
177 u32 command[DPFE_CMD_MAX][MSG_FIELD_MAX];
237 .command = {
267 .command = {
288 .command = {
300 /* There's no GET_VENDOR command in API v3. */
308 "Unknown command or argument", "Incorrect checksum",
309 "Malformed command", "Timed out", "Unknown error",
445 msg = priv->dpfe_api->command[cmd];
465 /* Write command and arguments to message area */
473 /* Tell DCPU there is a command waiting */
476 /* Wait for DCPU to process the command */
698 static ssize_t generic_show(unsigned int command, u32 response[],
706 ret = __send_command(priv, command, response);