Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Dutmisc.c204 union acpi_operand_object *this_source_obj; in acpi_ut_walk_package_tree() local
219 this_source_obj = in acpi_ut_walk_package_tree()
232 if ((!this_source_obj) || in acpi_ut_walk_package_tree()
233 (ACPI_GET_DESCRIPTOR_TYPE(this_source_obj) != in acpi_ut_walk_package_tree()
235 (this_source_obj->common.type != ACPI_TYPE_PACKAGE)) { in acpi_ut_walk_package_tree()
238 this_source_obj, state, context); in acpi_ut_walk_package_tree()
278 this_source_obj, state, context); in acpi_ut_walk_package_tree()
289 acpi_ut_create_pkg_state(this_source_obj, in acpi_ut_walk_package_tree()

Completed in 3 milliseconds