Lines Matching refs:acpi_softc
167 static ACPI_STATUS acpi_sleep_disable(struct acpi_softc *sc);
168 static ACPI_STATUS acpi_EnterSleepState(struct acpi_softc *sc, int state);
170 static void acpi_enable_fixed_events(struct acpi_softc *sc);
171 static void acpi_resync_clock(struct acpi_softc *sc);
243 sizeof(struct acpi_softc),
469 struct acpi_softc *sc; in acpi_attach()
1341 struct acpi_softc *sc = device_get_softc(dev); in acpi_sysres_alloc()
1570 struct acpi_softc *sc = device_get_softc(bus); in acpi_managed_resource()
2013 struct acpi_softc *sc; in acpi_device_pwr_for_sleep()
2477 struct acpi_softc *sc = (struct acpi_softc *)arg; in acpi_shutdown_final()
2525 acpi_enable_fixed_events(struct acpi_softc *sc) in acpi_enable_fixed_events()
3118 acpi_SetSleepState(struct acpi_softc *sc, int state) in acpi_SetSleepState()
3134 struct acpi_softc *sc = (struct acpi_softc *)context; in acpi_sleep_force_task()
3144 struct acpi_softc *sc = (struct acpi_softc *)arg; in acpi_sleep_force()
3165 acpi_ReqSleepState(struct acpi_softc *sc, int state) in acpi_ReqSleepState()
3247 struct acpi_softc *sc; in acpi_AckSleepState()
3303 struct acpi_softc *sc = (struct acpi_softc *)arg; in acpi_sleep_enable()
3317 acpi_sleep_disable(struct acpi_softc *sc) in acpi_sleep_disable()
3347 acpi_EnterSleepState(struct acpi_softc *sc, int state) in acpi_EnterSleepState()
3559 acpi_resync_clock(struct acpi_softc *sc) in acpi_resync_clock()
3856 struct acpi_softc *sc = (struct acpi_softc *)arg; in acpi_system_eventhandler_sleep()
3906 struct acpi_softc *sc = (struct acpi_softc *)context; in acpi_event_power_button_sleep()
3927 struct acpi_softc *sc = (struct acpi_softc *)context; in acpi_event_power_button_wake()
3940 struct acpi_softc *sc = (struct acpi_softc *)context; in acpi_event_sleep_button_sleep()
3953 struct acpi_softc *sc = (struct acpi_softc *)context; in acpi_event_sleep_button_wake()
4152 struct acpi_softc *sc; in acpiioctl()
4627 struct acpi_softc *sc; in acpi_pm_func()
4633 sc = (struct acpi_softc *)arg; in acpi_pm_func()