Lines Matching defs:command
111 * @command: Management Control (0x2)
117 u8 command;
159 * mei_wdt_ping - send wd start/ping command
173 req.hdr.command = MEI_MANAGEMENT_CONTROL;
187 * mei_wdt_stop - send wd stop command
201 req.hdr.command = MEI_MANAGEMENT_CONTROL;
214 * mei_wdt_ops_start - wd start command from the watchdog core.
230 * mei_wdt_ops_stop - wd stop command from the watchdog core.
256 * mei_wdt_ops_ping - wd ping command from the watchdog core.
285 * mei_wdt_ops_set_timeout - wd set timeout command from the watchdog core.
432 if (res.hdr.command != MEI_MANAGEMENT_CONTROL ||
434 dev_err(&cldev->dev, "wrong command received\n");
439 dev_warn(&cldev->dev, "unsupported command %d :%s[%d]\n",