Home
last modified time | relevance | path

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

/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c90 static int acpi_wakeup_ap(struct acpi_softc *, int);
91 static void acpi_wakeup_cpus(struct acpi_softc *);
112 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) in acpi_wakeup_ap()
145 acpi_wakeup_cpus(struct acpi_softc *sc) in acpi_wakeup_cpus()
191 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep()
273 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep()
357 acpi_install_wakeup_handler(struct acpi_softc *sc) in acpi_install_wakeup_handler()
H A Dacpi_machdep.c58 struct acpi_softc *sc; in acpi_machdep_init()
/freebsd/sys/dev/acpica/
H A Dacpivar.h52 struct acpi_softc { struct
124 struct acpi_softc *acpi_sc;
396 int acpi_ReqSleepState(struct acpi_softc *sc, enum power_stype stype);
398 ACPI_STATUS acpi_SetSleepState(struct acpi_softc *sc, int state);
482 void acpi_apm_init(struct acpi_softc *);
485 static __inline struct acpi_softc *
497 acpi_get_verbose(struct acpi_softc *sc) in acpi_get_verbose()
517 acpi_should_do_s4bios(struct acpi_softc *sc) in acpi_should_do_s4bios()
529 void acpi_install_wakeup_handler(struct acpi_softc *sc);
530 int acpi_sleep_machdep(struct acpi_softc *sc, int state);
[all …]
H A Dacpi.c107 struct acpi_softc *sc;
178 static ACPI_STATUS acpi_sleep_disable(struct acpi_softc *sc);
179 static ACPI_STATUS acpi_EnterSleepState(struct acpi_softc *sc,
182 static void acpi_enable_fixed_events(struct acpi_softc *sc);
183 static void acpi_resync_clock(struct acpi_softc *sc);
184 static int acpi_wake_sleep_prep(struct acpi_softc *sc, ACPI_HANDLE handle,
186 static int acpi_wake_run_prep(struct acpi_softc *sc, ACPI_HANDLE handle,
188 static int acpi_wake_prep_walk(struct acpi_softc *sc, enum power_stype stype);
204 static int acpi_stype_to_sstate(struct acpi_softc *sc, enum power_stype stype);
264 sizeof(struct acpi_softc),
[all …]
H A Dacpi_button.c210 struct acpi_softc *acpi_sc; in acpi_button_notify_sleep()
239 struct acpi_softc *acpi_sc; in acpi_button_notify_wakeup()
H A Dacpi_lid.c219 struct acpi_softc *acpi_sc; in acpi_lid_notify_status_changed()
H A Dacpi_acad.c158 struct acpi_softc *acpi_sc; in acpi_acad_attach()
H A Dacpi_battery.c466 struct acpi_softc *sc; in acpi_battery_init()
H A Dacpi_thermal.c202 struct acpi_softc *acpi_sc; in acpi_tz_attach()
503 struct acpi_softc *acpi_sc; in acpi_tz_monitor()
H A Dacpi_apei.c664 struct acpi_softc *acpi_sc; in apei_attach()
H A Dacpi_resource.c867 struct acpi_softc *bus_sc; in acpi_sysres_attach()
H A Dacpi_video.c302 struct acpi_softc *acpi_sc; in acpi_video_attach()
H A Dacpi_cpu.c317 struct acpi_softc *acpi_sc; in acpi_cpu_attach()
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c78 static int acpi_wakeup_ap(struct acpi_softc *, int);
97 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) in acpi_wakeup_ap()
130 acpi_wakeup_cpus_bios(struct acpi_softc *sc) in acpi_wakeup_cpus_bios()
167 acpi_wakeup_cpus_efi(struct acpi_softc *sc) in acpi_wakeup_cpus_efi()
183 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep()
261 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep()
371 acpi_install_wakeup_handler(struct acpi_softc *sc) in acpi_install_wakeup_handler()
H A Dacpi_machdep.c58 struct acpi_softc *sc; in acpi_machdep_init()
/freebsd/sys/arm64/acpica/
H A Dacpi_wakeup.c41 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep()
48 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep()
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c203 apm_create_clone(struct cdev *dev, struct acpi_softc *acpi_sc) in apm_create_clone()
233 struct acpi_softc *acpi_sc; in apmdtor()
255 struct acpi_softc *acpi_sc; in apmopen()
274 struct acpi_softc *acpi_sc; in apmioctl()
438 acpi_apm_init(struct acpi_softc *sc) in acpi_apm_init()
/freebsd/sys/dev/acpica/Osd/
H A DOsdInterrupt.c107 struct acpi_softc *sc; in AcpiOsInstallInterruptHandler()
179 struct acpi_softc *sc; in AcpiOsRemoveInterruptHandler()
/freebsd/sys/dev/acpi_support/
H A Dacpi_asus.c701 struct acpi_softc *acpi_sc; in acpi_asus_attach()
1185 struct acpi_softc *acpi_sc; in acpi_asus_notify()
1222 struct acpi_softc *acpi_sc; in acpi_asus_lcdd_notify()
1247 struct acpi_softc *acpi_sc; in acpi_asus_eeepc_notify()
H A Dacpi_panasonic.c155 struct acpi_softc *acpi_sc; in acpi_panasonic_attach()
468 struct acpi_softc *acpi_sc; in acpi_panasonic_hkey_action()
H A Dacpi_toshiba.c232 struct acpi_softc *acpi_sc; in acpi_toshiba_attach()
H A Dacpi_system76.c425 struct acpi_softc *acpi_sc; in acpi_system76_init()