Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dutcopy.c53 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj,
888 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, in acpi_ut_copy_ipackage_to_ipackage() argument
896 dest_obj->common.type = source_obj->common.type; in acpi_ut_copy_ipackage_to_ipackage()
897 dest_obj->common.flags = source_obj->common.flags; in acpi_ut_copy_ipackage_to_ipackage()
898 dest_obj->package.count = source_obj->package.count; in acpi_ut_copy_ipackage_to_ipackage()
904 source_obj->package. in acpi_ut_copy_ipackage_to_ipackage()
916 status = acpi_ut_walk_package_tree(source_obj, dest_obj, in acpi_ut_copy_ipackage_to_ipackage()
H A Dacutils.h277 acpi_ut_copy_isimple_to_isimple(union acpi_operand_object *source_obj,
/openbmc/linux/drivers/hwmon/
H A Dasus_wmi_sensors.c271 union acpi_object name_obj, data_type_obj, location_obj, source_obj, type_obj; in asus_wmi_sensor_info() local
321 source_obj = obj->package.elements[3]; in asus_wmi_sensor_info()
322 if (source_obj.type != ACPI_TYPE_INTEGER) { in asus_wmi_sensor_info()
327 s->source = source_obj.integer.value; in asus_wmi_sensor_info()