Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/events/
Devregion.c574 union acpi_operand_object *next_handler_obj; in acpi_ev_install_handler() local
622 next_handler_obj = obj_desc->device.handler; in acpi_ev_install_handler()
623 while (next_handler_obj) { in acpi_ev_install_handler()
626 if (next_handler_obj->address_space.space_id == handler_obj->address_space.space_id) { in acpi_ev_install_handler()
630 obj_desc, next_handler_obj, handler_obj)); in acpi_ev_install_handler()
644 next_handler_obj = next_handler_obj->address_space.next; in acpi_ev_install_handler()