Lines Matching defs:obj
159 static void dsm_label_utf16s_to_utf8s(union acpi_object *obj, char *buf)
162 len = utf16s_to_utf8s((const wchar_t *)obj->buffer.pointer,
163 obj->buffer.length,
173 union acpi_object *obj, *tmp;
180 obj = acpi_evaluate_dsm(handle, &pci_acpi_dsm_guid, 0x2,
182 if (!obj)
185 tmp = obj->package.elements;
186 if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 2 &&
207 ACPI_FREE(obj);