Lines Matching defs:gpe_event_info
274 struct acpi_gpe_event_info *gpe_event_info;
289 gpe_event_info = &gpe_block->event_info[((acpi_size)i *
293 if ((ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags) ==
295 (ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags) ==
300 ACPI_FREE(gpe_event_info->dispatch.handler);
301 gpe_event_info->dispatch.handler = NULL;
302 gpe_event_info->flags &=
304 } else if (ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags)
309 notify = gpe_event_info->dispatch.notify_list;
316 gpe_event_info->dispatch.notify_list = NULL;
317 gpe_event_info->flags &=