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

/linux-4.4.14/drivers/acpi/acpica/
H A Dutids.c300 union acpi_operand_object **cid_objects; acpi_ut_execute_CID() local
330 cid_objects = obj_desc->package.elements; acpi_ut_execute_CID()
334 cid_objects = &obj_desc; acpi_ut_execute_CID()
342 switch (cid_objects[i]->common.type) { acpi_ut_execute_CID()
350 string_area_size += cid_objects[i]->string.length + 1; acpi_ut_execute_CID()
384 if (cid_objects[i]->common.type == ACPI_TYPE_INTEGER) { acpi_ut_execute_CID()
389 cid_objects[i]->integer. acpi_ut_execute_CID()
396 strcpy(next_id_string, cid_objects[i]->string.pointer); acpi_ut_execute_CID()
397 length = cid_objects[i]->string.length + 1; acpi_ut_execute_CID()

Completed in 34 milliseconds