Searched refs:wdat_wdt_run_action (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/watchdog/ |
H A D | wdat_wdt.c | 114 static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action, in wdat_wdt_run_action() function 214 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL); in wdat_wdt_enable_reboot() 229 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status() 239 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_STATUS, 0, NULL); in wdat_wdt_boot_status() 249 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_RUNNING_STATE, 0, in wdat_wdt_set_running() 260 return wdat_wdt_run_action(to_wdat_wdt(wdd), in wdat_wdt_start() 266 return wdat_wdt_run_action(to_wdat_wdt(wdd), in wdat_wdt_stop() 272 return wdat_wdt_run_action(to_wdat_wdt(wdd), ACPI_WDAT_RESET, wdd->timeout, NULL); in wdat_wdt_ping() 283 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_COUNTDOWN, periods, NULL); in wdat_wdt_set_timeout() 294 wdat_wdt_run_action(wdat, ACPI_WDAT_GET_CURRENT_COUNTDOWN, 0, &periods); in wdat_wdt_get_timeleft()
|