Searched refs:ACPI_DEVICE_NOTIFY (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi_video.c | 341 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_video_attach() 372 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_video_detach() 703 AcpiRemoveNotifyHandler(vo->handle, ACPI_DEVICE_NOTIFY, in acpi_video_vo_bind() 721 AcpiInstallNotifyHandler(handle, ACPI_DEVICE_NOTIFY, in acpi_video_vo_bind() 738 AcpiRemoveNotifyHandler(vo->handle, ACPI_DEVICE_NOTIFY, in acpi_video_vo_destroy()
|
| HD | acpi_lid.c | 174 AcpiInstallNotifyHandler(sc->lid_handle, ACPI_DEVICE_NOTIFY, in acpi_lid_attach()
|
| HD | acpi_button.c | 178 ACPI_DEVICE_NOTIFY, acpi_button_notify_handler, sc); in acpi_button_attach()
|
| HD | acpi_apei.c | 743 ACPI_DEVICE_NOTIFY, apei_notify_handler, dev); in apei_attach() 762 ACPI_DEVICE_NOTIFY, apei_notify_handler); in apei_detach()
|
| HD | acpi_perf.c | 359 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_perf_evaluate()
|
| HD | acpi_thermal.c | 231 AcpiInstallNotifyHandler(sc->tz_handle, ACPI_DEVICE_NOTIFY, in acpi_tz_attach()
|
| HD | acpi_cpu.c | 987 AcpiInstallNotifyHandler(sc->cpu_handle, ACPI_DEVICE_NOTIFY, in acpi_cpu_startup()
|
| /freebsd-14-stable/sys/dev/acpi_support/ |
| HD | acpi_wmi.c | 247 ACPI_DEVICE_NOTIFY, acpi_wmi_notify_handler, sc)))) in acpi_wmi_attach() 255 AcpiRemoveNotifyHandler(sc->wmi_handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_attach() 261 AcpiRemoveNotifyHandler(sc->wmi_handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_attach() 327 AcpiRemoveNotifyHandler(sc->wmi_handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_detach()
|
| HD | acpi_panasonic.c | 186 status = AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_panasonic_attach() 213 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_panasonic_detach()
|
| HD | acpi_toshiba.c | 262 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_toshiba_attach() 276 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_toshiba_detach()
|
| HD | acpi_fujitsu.c | 247 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_fujitsu_attach() 339 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_fujitsu_detach()
|
| HD | acpi_asus.c | 807 ACPI_DEVICE_NOTIFY, sc->model->lcdd_n_func, dev); in acpi_asus_attach() 853 ACPI_DEVICE_NOTIFY, sc->model->lcdd_n_func); in acpi_asus_detach()
|
| HD | acpi_ibm.c | 602 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_ibm_attach() 651 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, acpi_ibm_notify); in acpi_ibm_detach()
|
| /freebsd-14-stable/sys/dev/vmgenc/ |
| HD | vmgenc_acpi.c | 241 AcpiInstallNotifyHandler(h, ACPI_DEVICE_NOTIFY, vmgenc_notify, dev); in vmgenc_attach()
|
| /freebsd-14-stable/sys/contrib/dev/acpica/include/ |
| HD | actypes.h | 953 #define ACPI_DEVICE_NOTIFY 0x2 macro 954 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
|
| /freebsd-14-stable/sys/dev/xen/cpu/ |
| HD | xen_acpi_cpu.c | 579 status = AcpiInstallNotifyHandler(sc->cpu_handle, ACPI_DEVICE_NOTIFY, in xen_acpi_cpu_attach()
|