Lines Matching refs:handler

73 	acpi_event_handler              handler,  in acpi_install_fixed_event_handler()  argument
95 if (NULL != acpi_gbl_fixed_event_handlers[event].handler) { in acpi_install_fixed_event_handler()
102 acpi_gbl_fixed_event_handlers[event].handler = handler; in acpi_install_fixed_event_handler()
111 acpi_gbl_fixed_event_handlers[event].handler = NULL; in acpi_install_fixed_event_handler()
116 "Enabled fixed event %X, Handler=%p\n", event, handler)); in acpi_install_fixed_event_handler()
142 acpi_event_handler handler) in acpi_remove_fixed_event_handler() argument
167 acpi_gbl_fixed_event_handlers[event].handler = NULL; in acpi_remove_fixed_event_handler()
204 acpi_notify_handler handler, in acpi_install_notify_handler() argument
219 (!handler) || in acpi_install_notify_handler()
247 acpi_gbl_system_notify.handler) || in acpi_install_notify_handler()
249 acpi_gbl_device_notify.handler)) { in acpi_install_notify_handler()
256 acpi_gbl_system_notify.handler = handler; in acpi_install_notify_handler()
261 acpi_gbl_device_notify.handler = handler; in acpi_install_notify_handler()
326 notify_obj->notify.handler = handler; in acpi_install_notify_handler()
363 acpi_notify_handler handler) in acpi_remove_notify_handler() argument
377 (!handler) || in acpi_remove_notify_handler()
402 !acpi_gbl_system_notify.handler) || in acpi_remove_notify_handler()
404 !acpi_gbl_device_notify.handler)) { in acpi_remove_notify_handler()
411 acpi_gbl_system_notify.handler = NULL; in acpi_remove_notify_handler()
416 acpi_gbl_device_notify.handler = NULL; in acpi_remove_notify_handler()
450 (notify_obj->notify.handler != handler)) { in acpi_remove_notify_handler()
496 acpi_gpe_handler handler, in acpi_install_gpe_handler() argument
508 if (!handler) { in acpi_install_gpe_handler()
527 if (gpe_event_info->handler) { in acpi_install_gpe_handler()
535 gpe_event_info->handler = handler; in acpi_install_gpe_handler()
574 acpi_gpe_handler handler) in acpi_remove_gpe_handler() argument
585 if (!handler) { in acpi_remove_gpe_handler()
611 if (gpe_event_info->handler != handler) { in acpi_remove_gpe_handler()
620 gpe_event_info->handler = NULL; in acpi_remove_gpe_handler()