Searched refs:acpi_UserNotify (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_acad.c | 115 acpi_UserNotify("ACAD", h, newstatus); in acpi_acad_get_status() 261 acpi_UserNotify("ACAD", ACPI_ROOT_OBJECT, 1); in acpi_acad_ac_only()
|
H A D | acpi_button.c | 219 acpi_UserNotify("Button", sc->button_handle, sc->button_type); in acpi_button_notify_sleep() 248 acpi_UserNotify("Button", sc->button_handle, sc->button_type); in acpi_button_notify_wakeup()
|
H A D | acpi_dock.c | 278 acpi_UserNotify("Dock", h, 1); in acpi_dock_insert() 354 acpi_UserNotify("Dock", h, 0); in acpi_dock_removal()
|
H A D | acpi_lid.c | 118 acpi_UserNotify("Lid", sc->lid_handle, sc->lid_status); in acpi_lid_status_update()
|
H A D | acpi_cmbat.c | 215 acpi_UserNotify("CMBAT", h, notify); in acpi_cmbat_notify_handler()
|
H A D | acpi_thermal.c | 628 acpi_UserNotify("Thermal", sc->tz_handle, TZ_NOTIFY_CRITICAL); in acpi_tz_monitor() 876 acpi_UserNotify("Thermal", h, notify); in acpi_tz_notify_handler()
|
H A D | acpivar.h | 420 void acpi_UserNotify(const char *subsystem, ACPI_HANDLE h,
|
H A D | acpi.c | 3227 acpi_UserNotify("Suspend", ACPI_ROOT_OBJECT, state); in acpi_ReqSleepState() 3553 acpi_UserNotify("Resume", ACPI_ROOT_OBJECT, state); in acpi_EnterSleepState() 4279 acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify) in acpi_UserNotify() function
|
H A D | acpi_cpu.c | 1259 acpi_UserNotify("PROCESSOR", sc->cpu_handle, notify); in acpi_cpu_notify()
|
/freebsd/sys/dev/vmgenc/ |
H A D | vmgenc_acpi.c | 116 acpi_UserNotify("VMGenerationCounter", acpi_get_handle(dev), 0); in vmgenc_status_changed()
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_hp.c | 425 acpi_UserNotify("HP", ACPI_ROOT_OBJECT, in acpi_hp_evaluate_auto_on_off() 440 acpi_UserNotify("HP", ACPI_ROOT_OBJECT, in acpi_hp_evaluate_auto_on_off() 453 acpi_UserNotify("HP", ACPI_ROOT_OBJECT, in acpi_hp_evaluate_auto_on_off()
|
H A D | acpi_panasonic.c | 490 acpi_UserNotify("Panasonic", h, (uint8_t)key); in acpi_panasonic_notify()
|
H A D | acpi_toshiba.c | 523 acpi_UserNotify("TOSHIBA", h, (uint8_t)key); in acpi_toshiba_notify()
|
H A D | acpi_asus_wmi.c | 841 acpi_UserNotify("ASUS", ACPI_ROOT_OBJECT, in acpi_asus_wmi_handle_event()
|
H A D | acpi_ibm.c | 1547 acpi_UserNotify("IBM", h, (arg & 0xff)); in acpi_ibm_notify()
|