wdat_wdt_run_action 214 drivers/watchdog/wdat_wdt.c ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL); wdat_wdt_run_action 229 drivers/watchdog/wdat_wdt.c ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); wdat_wdt_run_action 239 drivers/watchdog/wdat_wdt.c ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_STATUS, 0, NULL); wdat_wdt_run_action 249 drivers/watchdog/wdat_wdt.c ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_RUNNING_STATE, 0, wdat_wdt_run_action 260 drivers/watchdog/wdat_wdt.c return wdat_wdt_run_action(to_wdat_wdt(wdd), wdat_wdt_run_action 266 drivers/watchdog/wdat_wdt.c return wdat_wdt_run_action(to_wdat_wdt(wdd), wdat_wdt_run_action 272 drivers/watchdog/wdat_wdt.c return wdat_wdt_run_action(to_wdat_wdt(wdd), ACPI_WDAT_RESET, 0, NULL); wdat_wdt_run_action 283 drivers/watchdog/wdat_wdt.c ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_COUNTDOWN, periods, NULL); wdat_wdt_run_action 294 drivers/watchdog/wdat_wdt.c wdat_wdt_run_action(wdat, ACPI_WDAT_GET_CURRENT_COUNTDOWN, 0, &periods);