Lines Matching refs:handler
27 * handler - Address of the handler
29 * context - Value passed to the handler on each access
34 * DESCRIPTION: Install a handler for all op_regions of a given space_id.
48 acpi_adr_space_handler handler,
76 /* Install the handler for all Regions for this Space ID */
79 acpi_ev_install_space_handler(node, space_id, handler, setup,
100 acpi_adr_space_handler handler,
104 handler, setup,
112 acpi_adr_space_handler handler,
117 handler, setup,
129 * handler - Address of the handler
133 * DESCRIPTION: Remove a previously installed handler.
139 acpi_adr_space_handler handler)
181 /* Find the address handler the user requested */
183 handler_obj = obj_desc->common_notify.handler;
184 last_obj_ptr = &obj_desc->common_notify.handler;
187 /* We have a handler, see if user requested this one */
191 /* Handler must be the same as the installed handler */
193 if (handler_obj->address_space.handler != handler) {
201 "Removing address handler %p(%p) for region %s "
203 handler_obj, handler,
209 /* Walk the handler's region list */
213 * First disassociate the handler from the region.
233 /* Now we can delete the handler object */
245 /* The handler does not exist */
248 "Unable to remove address handler %p for %s(%X), DevNode %p, obj %p\n",
249 handler, acpi_ut_get_region_name(space_id), space_id,