Lines Matching full:handler

27  *              handler         - Address of the handler
29 * context - Value passed to the handler on each access
33 * DESCRIPTION: Install a handler for all op_regions of a given space_id.
45 acpi_adr_space_handler handler, in acpi_install_address_space_handler() argument
72 /* Install the handler for all Regions for this Space ID */ in acpi_install_address_space_handler()
75 acpi_ev_install_space_handler(node, space_id, handler, setup, in acpi_install_address_space_handler()
98 * handler - Address of the handler in ACPI_EXPORT_SYMBOL()
102 * DESCRIPTION: Remove a previously installed handler. in ACPI_EXPORT_SYMBOL()
108 acpi_adr_space_handler handler) in ACPI_EXPORT_SYMBOL()
150 /* Find the address handler the user requested */ in ACPI_EXPORT_SYMBOL()
152 handler_obj = obj_desc->common_notify.handler; in ACPI_EXPORT_SYMBOL()
153 last_obj_ptr = &obj_desc->common_notify.handler; in ACPI_EXPORT_SYMBOL()
156 /* We have a handler, see if user requested this one */ in ACPI_EXPORT_SYMBOL()
160 /* Handler must be the same as the installed handler */ in ACPI_EXPORT_SYMBOL()
162 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL()
170 "Removing address handler %p(%p) for region %s " in ACPI_EXPORT_SYMBOL()
172 handler_obj, handler, in ACPI_EXPORT_SYMBOL()
178 /* Walk the handler's region list */ in ACPI_EXPORT_SYMBOL()
182 * First disassociate the handler from the region. in ACPI_EXPORT_SYMBOL()
198 /* Remove this Handler object from the list */ in ACPI_EXPORT_SYMBOL()
202 /* Now we can delete the handler object */ in ACPI_EXPORT_SYMBOL()
216 /* The handler does not exist */ in ACPI_EXPORT_SYMBOL()
219 "Unable to remove address handler %p for %s(%X), DevNode %p, obj %p\n", in ACPI_EXPORT_SYMBOL()
220 handler, acpi_ut_get_region_name(space_id), space_id, in ACPI_EXPORT_SYMBOL()