Lines Matching refs:gpe_event_info

121 	struct acpi_gpe_event_info *gpe_event_info;  in ACPI_EXPORT_SYMBOL()  local
133 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
134 if (gpe_event_info) { in ACPI_EXPORT_SYMBOL()
135 if (ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags) != in ACPI_EXPORT_SYMBOL()
137 status = acpi_ev_add_gpe_reference(gpe_event_info); in ACPI_EXPORT_SYMBOL()
166 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
175 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
176 if (gpe_event_info) { in ACPI_EXPORT_SYMBOL()
177 status = acpi_ev_remove_gpe_reference(gpe_event_info) ; in ACPI_EXPORT_SYMBOL()
216 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
226 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
227 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
237 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE); in ACPI_EXPORT_SYMBOL()
242 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in ACPI_EXPORT_SYMBOL()
280 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
290 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
291 if (gpe_event_info) { in ACPI_EXPORT_SYMBOL()
295 gpe_event_info->flags |= ACPI_GPE_CAN_WAKE; in ACPI_EXPORT_SYMBOL()
328 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
375 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
376 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
387 if (ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags) == in ACPI_EXPORT_SYMBOL()
393 gpe_event_info->flags = in ACPI_EXPORT_SYMBOL()
401 if (ACPI_GPE_DISPATCH_TYPE(gpe_event_info->flags) == in ACPI_EXPORT_SYMBOL()
406 notify = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()
418 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()
419 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()
425 gpe_event_info->flags |= ACPI_GPE_CAN_WAKE; in ACPI_EXPORT_SYMBOL()
459 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
472 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
473 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
478 if (!(gpe_event_info->flags & ACPI_GPE_CAN_WAKE)) { in ACPI_EXPORT_SYMBOL()
483 gpe_register_info = gpe_event_info->register_info; in ACPI_EXPORT_SYMBOL()
489 register_bit = acpi_hw_get_gpe_register_bit(gpe_event_info); in ACPI_EXPORT_SYMBOL()
535 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
544 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
545 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
550 status = acpi_hw_clear_gpe(gpe_event_info); in ACPI_EXPORT_SYMBOL()
578 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
587 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
588 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
595 status = acpi_hw_get_gpe_status(gpe_event_info, event_status); in ACPI_EXPORT_SYMBOL()
622 struct acpi_gpe_event_info *gpe_event_info; in ACPI_EXPORT_SYMBOL() local
632 gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); in ACPI_EXPORT_SYMBOL()
633 if (!gpe_event_info) { in ACPI_EXPORT_SYMBOL()
638 status = acpi_ev_finish_gpe(gpe_event_info); in ACPI_EXPORT_SYMBOL()