power_stype
static void acpi_stop_beep(void *, enum power_stype);
acpi_stop_beep(void *arg, enum power_stype stype)
adasuspend(void *arg, enum power_stype stype)
adaresume(void *arg, enum power_stype stype)
static void adasuspend(void *arg, enum power_stype stype);
static void adaresume(void *arg, enum power_stype stype);
ndasuspend(void *arg, enum power_stype stype)
static void ndasuspend(void *arg, enum power_stype stype);
linux_handle_power_suspend_event(void *arg __unused, enum power_stype stype)
enum power_stype stype __unused)
enum power_stype stype;
enum power_stype stype);
enum power_stype stype);
enum power_stype stype);
static int acpi_wake_prep_walk(struct acpi_softc *sc, enum power_stype stype);
const enum power_stype stype);
const enum power_stype stype);
static enum power_stype acpi_sstate_to_stype(int sstate);
const enum power_stype stype);
static int acpi_pm_func(u_long cmd, void *arg, enum power_stype stype);
acpi_ReqSleepState(struct acpi_softc *sc, enum power_stype stype)
acpi_EnterSleepState(struct acpi_softc *sc, enum power_stype stype)
enum power_stype stype)
enum power_stype stype)
acpi_wake_prep_walk(struct acpi_softc *sc, enum power_stype stype)
const enum power_stype stype)
const enum power_stype stype)
acpi_invoke_sleep_eventhandler(const enum power_stype *const stype)
acpi_invoke_wake_eventhandler(const enum power_stype *const stype)
const enum power_stype old_stype = power_suspend_stype;
enum power_stype new_stype;
enum power_stype *const stype_field =
(enum power_stype *)((char *)sc + arg2);
const enum power_stype old_stype = *stype_field;
enum power_stype new_stype;
enum power_stype stype;
acpi_pm_func(u_long cmd, void *arg, enum power_stype stype)
const enum power_stype stype)
static enum power_stype
static void acpi_spmc_suspend(device_t dev, enum power_stype stype);
static void acpi_spmc_resume(device_t dev, enum power_stype stype);
acpi_spmc_suspend(device_t dev, enum power_stype stype)
acpi_spmc_resume(device_t dev, enum power_stype stype)
acpi_timer_resume_handler(struct timecounter *newtc, enum power_stype stype)
acpi_timer_suspend_handler(struct timecounter *newtc, enum power_stype stype)
enum power_stype);
enum power_stype);
int acpi_ReqSleepState(struct acpi_softc *sc, enum power_stype stype);
typedef void (*acpi_event_handler_t)(void *, enum power_stype);
void acpi_invoke_sleep_eventhandler(const enum power_stype *stype);
void acpi_invoke_wake_eventhandler(const enum power_stype *stype);
enum power_stype acpi_stype;
enum power_stype acpi_power_button_stype;
enum power_stype acpi_sleep_button_stype;
enum power_stype acpi_lid_switch_stype;
enum power_stype acpi_next_stype; /* Next suspend sleep type. */
amdsmu_suspend(device_t dev, enum power_stype stype)
amdsmu_resume(device_t dev, enum power_stype stype)
ufshci_ctrlr_suspend(struct ufshci_controller *ctrlr, enum power_stype stype)
ufshci_ctrlr_resume(struct ufshci_controller *ctrlr, enum power_stype stype)
enum power_stype stype);
enum power_stype stype);
static void vt_suspend_handler(void *priv, enum power_stype stype);
static void vt_resume_handler(void *priv, enum power_stype stype);
vt_suspend_handler(void *priv, enum power_stype stype)
vt_resume_handler(void *priv, enum power_stype stype)
acpi_stop_beep(void *arg, enum power_stype stype)
static void acpi_stop_beep(void *, enum power_stype);
enum power_stype
enum power_stype stype;
power_stype_to_name(enum power_stype stype)
enum power_stype stype;
enum power_stype new_stype, old_stype;
old_stype = *(enum power_stype *)oidp->oid_arg1;
*(enum power_stype *)oidp->oid_arg1 = new_stype;
enum power_stype stype = (intptr_t)arg;
enum power_stype stype;
enum power_stype power_standby_stype = POWER_STYPE_UNKNOWN;
enum power_stype power_suspend_stype = POWER_STYPE_UNKNOWN;
enum power_stype power_hibernate_stype = POWER_STYPE_UNKNOWN;
typedef void (*power_change_fn)(void *, enum power_stype stype);
extern enum power_stype power_standby_stype;
extern enum power_stype power_suspend_stype;
extern enum power_stype power_hibernate_stype;
extern enum power_stype power_name_to_stype(const char *_name);
extern const char *power_stype_to_name(enum power_stype _stype);
typedef int (*power_pm_fn_t)(u_long _cmd, void* _arg, enum power_stype _stype);