Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Devhandler.c203 union acpi_operand_object *next_handler_obj; in acpi_ev_install_handler() local
250 next_handler_obj = obj_desc->device.handler; in acpi_ev_install_handler()
251 while (next_handler_obj) { in acpi_ev_install_handler()
255 if (next_handler_obj->address_space.space_id == in acpi_ev_install_handler()
263 next_handler_obj, in acpi_ev_install_handler()
278 next_handler_obj = next_handler_obj->address_space.next; in acpi_ev_install_handler()