Lines Matching refs:context
74 void *context) in acpi_install_fixed_event_handler() argument
103 acpi_gbl_fixed_event_handlers[event].context = context; in acpi_install_fixed_event_handler()
112 acpi_gbl_fixed_event_handlers[event].context = NULL; in acpi_install_fixed_event_handler()
168 acpi_gbl_fixed_event_handlers[event].context = NULL; in acpi_remove_fixed_event_handler()
205 void *context) in acpi_install_notify_handler() argument
257 acpi_gbl_system_notify.context = context; in acpi_install_notify_handler()
262 acpi_gbl_device_notify.context = context; in acpi_install_notify_handler()
327 notify_obj->notify.context = context; in acpi_install_notify_handler()
412 acpi_gbl_system_notify.context = NULL; in acpi_remove_notify_handler()
417 acpi_gbl_device_notify.context = NULL; in acpi_remove_notify_handler()
497 void *context) in acpi_install_gpe_handler() argument
536 gpe_event_info->context = context; in acpi_install_gpe_handler()
621 gpe_event_info->context = NULL; in acpi_remove_gpe_handler()