Lines Matching refs:handler_obj
109 union acpi_operand_object *handler_obj = NULL; in acpi_ev_queue_notify_request() local
143 handler_obj = in acpi_ev_queue_notify_request()
146 handler_obj = in acpi_ev_queue_notify_request()
169 && (notify_value > ACPI_MAX_SYS_NOTIFY)) || handler_obj) { in acpi_ev_queue_notify_request()
175 if (!handler_obj) { in acpi_ev_queue_notify_request()
186 notify_info->notify.handler_obj = handler_obj; in acpi_ev_queue_notify_request()
225 union acpi_operand_object *handler_obj; in acpi_ev_notify_dispatch() local
259 handler_obj = notify_info->notify.handler_obj; in acpi_ev_notify_dispatch()
260 if (handler_obj) { in acpi_ev_notify_dispatch()
261 handler_obj->notify.handler(notify_info->notify.node, in acpi_ev_notify_dispatch()
263 handler_obj->notify.context); in acpi_ev_notify_dispatch()