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

/linux-4.4.14/drivers/acpi/acpica/
H A Dutmisc.c240 union acpi_operand_object *this_source_obj; acpi_ut_walk_package_tree() local
254 this_source_obj = (union acpi_operand_object *) acpi_ut_walk_package_tree()
265 if ((!this_source_obj) || acpi_ut_walk_package_tree()
266 (ACPI_GET_DESCRIPTOR_TYPE(this_source_obj) != acpi_ut_walk_package_tree()
268 || (this_source_obj->common.type != ACPI_TYPE_PACKAGE)) { acpi_ut_walk_package_tree()
271 this_source_obj, state, context); acpi_ut_walk_package_tree()
311 this_source_obj, state, context); acpi_ut_walk_package_tree()
321 state = acpi_ut_create_pkg_state(this_source_obj, acpi_ut_walk_package_tree()

Completed in 65 milliseconds