Home
last modified time | relevance | path

Searched refs:next_handler_obj (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/acpi/acpica/
Devregion.c705 union acpi_operand_object *next_handler_obj; in acpi_ev_install_handler() local
752 next_handler_obj = obj_desc->device.handler; in acpi_ev_install_handler()
753 while (next_handler_obj) { in acpi_ev_install_handler()
757 if (next_handler_obj->address_space.space_id == in acpi_ev_install_handler()
765 next_handler_obj, in acpi_ev_install_handler()
780 next_handler_obj = next_handler_obj->address_space.next; in acpi_ev_install_handler()