/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/dev/acpica/ |
H A D | acpivar.h | 51 struct acpi_softc { struct 123 struct acpi_softc *acpi_sc; 414 int acpi_ReqSleepState(struct acpi_softc *sc, int state); 416 ACPI_STATUS acpi_SetSleepState(struct acpi_softc *sc, int state); 498 void acpi_apm_init(struct acpi_softc *); 501 static __inline struct acpi_softc * 513 acpi_get_verbose(struct acpi_softc *sc) in acpi_get_verbose() 526 void acpi_install_wakeup_handler(struct acpi_softc *sc); 527 int acpi_sleep_machdep(struct acpi_softc *sc, int state); 528 int acpi_wakeup_machdep(struct acpi_softc *sc, int state,
|
H A D | acpi.c | 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() [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 | 852 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/amd64/acpica/ |
H A D | acpi_wakeup.c | 86 static int acpi_wakeup_ap(struct acpi_softc *, int); 87 static void acpi_wakeup_cpus(struct acpi_softc *); 108 acpi_wakeup_ap(struct acpi_softc *sc, int cpu) in acpi_wakeup_ap() 141 acpi_wakeup_cpus(struct acpi_softc *sc) in acpi_wakeup_cpus() 183 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep() 265 acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, in acpi_wakeup_machdep() 376 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/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()
|