49 #define _COMPONENT ACPI_EVENTS
106 u8 handler_list_id = 0;
141 && !handler_list_head) {
143 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
161 info->
notify.handler_list_id = handler_list_id;
162 info->
notify.handler_list_head = handler_list_head;
166 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
169 acpi_ut_get_notify_name(notify_value), node));
202 if (info->
notify.global->handler) {
205 info->
notify.global->context);
210 handler_obj = info->
notify.handler_list_head;
211 while (handler_obj) {
214 handler_obj->
notify.context);
225 #if (!ACPI_REDUCED_HARDWARE)
257 "Could not disable fixed event %u",
276 "Could not remove Global Lock handler"));