Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dnsxfname.c279 char *next_id_string; in acpi_get_object_info() local
435 next_id_string = ACPI_CAST_PTR(char, info->compatible_id_list.ids); in acpi_get_object_info()
440 next_id_string += in acpi_get_object_info()
453 next_id_string = acpi_ns_copy_device_id(&info->hardware_id, in acpi_get_object_info()
454 hid, next_id_string); in acpi_get_object_info()
462 next_id_string = acpi_ns_copy_device_id(&info->unique_id, in acpi_get_object_info()
463 uid, next_id_string); in acpi_get_object_info()
467 next_id_string = acpi_ns_copy_device_id(&info->subsystem_id, in acpi_get_object_info()
468 sub, next_id_string); in acpi_get_object_info()
478 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 ACPI_STRCPY(next_id_string, in acpi_ut_execute_CID()
401 cid_list->ids[i].string = next_id_string; in acpi_ut_execute_CID()
403 next_id_string += length; in acpi_ut_execute_CID()