Searched refs:source_obj (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | utcopy.c | 53 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, 884 * PARAMETERS: source_obj - Pointer to the source package object 896 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, in acpi_ut_copy_ipackage_to_ipackage() 904 dest_obj->common.type = source_obj->common.type; in acpi_ut_copy_ipackage_to_ipackage() 905 dest_obj->common.flags = source_obj->common.flags; in acpi_ut_copy_ipackage_to_ipackage() 906 dest_obj->package.count = source_obj->package.count; in acpi_ut_copy_ipackage_to_ipackage() 912 source_obj->package. in acpi_ut_copy_ipackage_to_ipackage() 924 status = acpi_ut_walk_package_tree(source_obj, dest_obj, 888 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object * source_obj,union acpi_operand_object * dest_obj,struct acpi_walk_state * walk_state) acpi_ut_copy_ipackage_to_ipackage() argument
|
| H A D | acutils.h | 277 acpi_ut_copy_isimple_to_isimple(union acpi_operand_object *source_obj,
|
| /linux/drivers/hwmon/ |
| H A D | asus_wmi_sensors.c | 271 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()
|