/freebsd/sys/i386/acpica/ |
H A D | acpi_wakeup.c | 90 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)
|
H A D | acpi_machdep.c | 58 struct acpi_softc *sc; in acpi_machdep_init()
|
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakeup.c | 79 static int acpi_wakeup_ap(struct acpi_softc *, int); 80 static void acpi_wakeup_cpus(struct acpi_softc *); 99 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) in acpi_wakeup_ap() 132 acpi_wakeup_cpus(struct acpi_softc *sc) in acpi_wakeup_cpus() 173 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep() 251 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() 358 acpi_install_wakeup_handler(struct acpi_softc *sc) in acpi_install_wakeup_handler()
|
H A D | acpi_machdep.c | 58 struct acpi_softc *sc; in acpi_machdep_init()
|
/freebsd/sys/dev/acpica/ |
H A D | acpivar.h | 52 struct acpi_softc { struct 124 struct acpi_softc *acpi_sc; 415 int acpi_ReqSleepState(struct acpi_softc *sc, int state); 417 ACPI_STATUS acpi_SetSleepState(struct acpi_softc *sc, int state); 500 void acpi_apm_init(struct acpi_softc *); 503 static __inline struct acpi_softc * 515 acpi_get_verbose(struct acpi_softc *sc) in acpi_get_verbose() 538 void acpi_install_wakeup_handler(struct acpi_softc *sc); 539 int acpi_sleep_machdep(struct acpi_softc *sc, int state); 540 int acpi_wakeup_machdep(struct acpi_softc *sc, int state,
|
H A D | acpi.c | 171 static ACPI_STATUS acpi_sleep_disable(struct acpi_softc *sc); 172 static ACPI_STATUS acpi_EnterSleepState(struct acpi_softc *sc, int state); 174 static void acpi_enable_fixed_events(struct acpi_softc *sc); 175 static void acpi_resync_clock(struct acpi_softc *sc); 188 static int acpi_stype_to_sstate(struct acpi_softc *sc, enum power_stype stype); 248 sizeof(struct acpi_softc), 474 struct acpi_softc *sc; in acpi_attach() 750 acpi_stype_to_sstate(struct acpi_softc *sc, enum power_stype stype) in acpi_stype_to_sstate() 1368 struct acpi_softc *sc = device_get_softc(dev); in acpi_sysres_alloc() 1597 struct acpi_softc *sc = device_get_softc(bus); in acpi_managed_resource() [all …]
|
H A D | acpi_button.c | 210 struct acpi_softc *acpi_sc; in acpi_button_notify_sleep() 239 struct acpi_softc *acpi_sc; in acpi_button_notify_wakeup()
|
H A D | acpi_acad.c | 158 struct acpi_softc *acpi_sc; in acpi_acad_attach()
|
H A D | acpi_lid.c | 219 struct acpi_softc *acpi_sc; in acpi_lid_notify_status_changed()
|
H A D | acpi_battery.c | 466 struct acpi_softc *sc; in acpi_battery_init()
|
H A D | acpi_thermal.c | 202 struct acpi_softc *acpi_sc; in acpi_tz_attach() 503 struct acpi_softc *acpi_sc; in acpi_tz_monitor()
|
H A D | acpi_apei.c | 665 struct acpi_softc *acpi_sc; in apei_attach()
|
H A D | acpi_resource.c | 867 struct acpi_softc *bus_sc; in acpi_sysres_attach()
|
H A D | acpi_video.c | 302 struct acpi_softc *acpi_sc; in acpi_video_attach()
|
H A D | acpi_cpu.c | 315 struct acpi_softc *acpi_sc; in acpi_cpu_attach()
|
/freebsd/sys/arm64/acpica/ |
H A D | acpi_wakeup.c | 41 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 D | acpi_apm.c | 202 apm_create_clone(struct cdev *dev, struct acpi_softc *acpi_sc) in apm_create_clone() 232 struct acpi_softc *acpi_sc; in apmdtor() 254 struct acpi_softc *acpi_sc; in apmopen() 273 struct acpi_softc *acpi_sc; in apmioctl() 442 acpi_apm_init(struct acpi_softc *sc) in acpi_apm_init()
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdInterrupt.c | 107 struct acpi_softc *sc; in AcpiOsInstallInterruptHandler() 179 struct acpi_softc *sc; in AcpiOsRemoveInterruptHandler()
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_panasonic.c | 152 struct acpi_softc *acpi_sc; in acpi_panasonic_attach() 430 struct acpi_softc *acpi_sc; in acpi_panasonic_hkey_action()
|
H A D | acpi_toshiba.c | 232 struct acpi_softc *acpi_sc; in acpi_toshiba_attach()
|