Home
last modified time | relevance | path

Searched refs:acpi_gbl_system_notify (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/acpi/events/
Devxface.c247 acpi_gbl_system_notify.handler) || in acpi_install_notify_handler()
255 acpi_gbl_system_notify.node = node; in acpi_install_notify_handler()
256 acpi_gbl_system_notify.handler = handler; in acpi_install_notify_handler()
257 acpi_gbl_system_notify.context = context; in acpi_install_notify_handler()
402 !acpi_gbl_system_notify.handler) || in acpi_remove_notify_handler()
410 acpi_gbl_system_notify.node = NULL; in acpi_remove_notify_handler()
411 acpi_gbl_system_notify.handler = NULL; in acpi_remove_notify_handler()
412 acpi_gbl_system_notify.context = NULL; in acpi_remove_notify_handler()
Devmisc.c175 if ((acpi_gbl_system_notify.handler && (notify_value <= ACPI_MAX_SYS_NOTIFY)) || in acpi_ev_queue_notify_request()
240 if (acpi_gbl_system_notify.handler) { in acpi_ev_notify_dispatch()
241 global_handler = acpi_gbl_system_notify.handler; in acpi_ev_notify_dispatch()
242 global_context = acpi_gbl_system_notify.context; in acpi_ev_notify_dispatch()
/linux-2.4.37.9/include/acpi/
Dacglobal.h176 ACPI_EXTERN struct acpi_object_notify_handler acpi_gbl_system_notify; variable
/linux-2.4.37.9/drivers/acpi/utilities/
Dutglobal.c842 acpi_gbl_system_notify.handler = NULL; in acpi_ut_init_globals()