Home
last modified time | relevance | path

Searched refs:wdat_wdt_run_action (Results 1 – 1 of 1) sorted by relevance

/drivers/watchdog/
Dwdat_wdt.c110 static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action, in wdat_wdt_run_action() function
210 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL); in wdat_wdt_enable_reboot()
225 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status()
235 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_STATUS, 0, NULL); in wdat_wdt_boot_status()
245 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_RUNNING_STATE, 0, in wdat_wdt_set_running()
256 return wdat_wdt_run_action(to_wdat_wdt(wdd), in wdat_wdt_start()
262 return wdat_wdt_run_action(to_wdat_wdt(wdd), in wdat_wdt_stop()
268 return wdat_wdt_run_action(to_wdat_wdt(wdd), ACPI_WDAT_RESET, 0, NULL); in wdat_wdt_ping()
279 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_COUNTDOWN, periods, NULL); in wdat_wdt_set_timeout()
290 wdat_wdt_run_action(wdat, ACPI_WDAT_GET_COUNTDOWN, 0, &periods); in wdat_wdt_get_timeleft()