wdatwd_action
return wdatwd_action(sc, ACPI_WDAT_RESET, 0, NULL);
e = wdatwd_action(sc, ACPI_WDAT_SET_COUNTDOWN, timeout, NULL);
return wdatwd_action(sc, ACPI_WDAT_GET_CURRENT_COUNTDOWN, 0, timeout);
return wdatwd_action(sc, ACPI_WDAT_GET_COUNTDOWN, 0, timeout);
e = wdatwd_action(sc, ACPI_WDAT_SET_RUNNING_STATE, 0, NULL);
e = wdatwd_action(sc, ACPI_WDAT_SET_STOPPED_STATE, 0, NULL);
return wdatwd_action(sc, ACPI_WDAT_SET_STATUS, 0, NULL);
return wdatwd_action(sc, ACPI_WDAT_SET_REBOOT, 0, NULL);