Home
last modified time | relevance | path

Searched refs:next_id_string (Results 1 – 2 of 2) sorted by relevance

/drivers/acpi/acpica/
Dnsxfname.c284 char *next_id_string; in acpi_get_object_info() local
448 next_id_string = ACPI_CAST_PTR(char, info->compatible_id_list.ids); in acpi_get_object_info()
453 next_id_string += in acpi_get_object_info()
466 next_id_string = acpi_ns_copy_device_id(&info->hardware_id, in acpi_get_object_info()
467 hid, next_id_string); in acpi_get_object_info()
475 next_id_string = acpi_ns_copy_device_id(&info->unique_id, in acpi_get_object_info()
476 uid, next_id_string); in acpi_get_object_info()
480 next_id_string = acpi_ns_copy_device_id(&info->subsystem_id, in acpi_get_object_info()
481 sub, next_id_string); in acpi_get_object_info()
491 next_id_string = in acpi_get_object_info()
[all …]
Dutids.c303 char *next_id_string; in acpi_ut_execute_CID() local
378 next_id_string = ACPI_CAST_PTR(char, cid_list->ids) + in acpi_ut_execute_CID()
388 acpi_ex_eisa_id_to_string(next_id_string, in acpi_ut_execute_CID()
396 strcpy(next_id_string, cid_objects[i]->string.pointer); in acpi_ut_execute_CID()
400 cid_list->ids[i].string = next_id_string; in acpi_ut_execute_CID()
402 next_id_string += length; in acpi_ut_execute_CID()