Searched refs:ACPI_DEVICE_NOTIFY (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 331 ACPI_DEVICE_NOTIFY, acpi_video_switch_notify, vidsp); in acpi_video_notify_intall() 344 ACPI_DEVICE_NOTIFY, acpi_video_brightness_notify, vidbp); in acpi_video_notify_intall() 367 ACPI_DEVICE_NOTIFY, acpi_video_switch_notify); in acpi_video_notify_unintall() 375 ACPI_DEVICE_NOTIFY, acpi_video_brightness_notify); in acpi_video_notify_unintall()
|
H A D | acpi_drv.c | 1750 ACPI_DEVICE_NOTIFY, acpi_drv_cbat_notify); in acpi_drv_acpi_fini() 1755 ACPI_DEVICE_NOTIFY, acpi_drv_ac_notify); in acpi_drv_acpi_fini() 1757 (void) AcpiRemoveNotifyHandler(lid.dev.hdl, ACPI_DEVICE_NOTIFY, in acpi_drv_acpi_fini()
|
/titanic_41/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 348 (void) AcpiRemoveNotifyHandler(tzp->obj, ACPI_DEVICE_NOTIFY, in tzmon_free_zone_list() 441 status = AcpiInstallNotifyHandler(obj, ACPI_DEVICE_NOTIFY, in tzmon_enumerate_zone()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | actypes.h | 810 #define ACPI_DEVICE_NOTIFY 0x2 macro 811 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | power.c | 1008 (AcpiInstallNotifyHandler(button_obj, ACPI_DEVICE_NOTIFY, in power_probe_method_button() 1072 ACPI_DEVICE_NOTIFY, power_acpi_notify_event) != AE_OK) in power_detach_acpi()
|
/titanic_41/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_acpi.c | 960 ACPI_DEVICE_NOTIFY, handler, ctx))) in cpu_acpi_install_notify_handler() 973 ACPI_DEVICE_NOTIFY, handler))) in cpu_acpi_remove_notify_handler()
|