Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dutmisc.c239 u32 this_index; in acpi_ut_walk_package_tree() local
253 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
255 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
Dutcopy.c254 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
259 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
262 package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
831 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
837 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
839 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()