Lines Matching full:wd
42 * @MEI_WDT_PROBE: wd in probing stage
43 * @MEI_WDT_IDLE: wd is idle and not opened
44 * @MEI_WDT_START: wd was opened, start was called
45 * @MEI_WDT_RUNNING: wd is expecting keep alive pings
46 * @MEI_WDT_STOPPING: wd is stopping and will move to IDLE
47 * @MEI_WDT_NOT_REQUIRED: wd device is not required
159 * mei_wdt_ping - send wd start/ping command
187 * mei_wdt_stop - send wd stop command
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.