Searched refs:next_id_string (Results 1 – 2 of 2) sorted by relevance
235 char *next_id_string; in acpi_get_object_info() local 379 next_id_string = ACPI_CAST_PTR(char, info->compatible_id_list.ids); in acpi_get_object_info() 384 next_id_string += in acpi_get_object_info() 396 next_id_string = acpi_ns_copy_device_id(&info->hardware_id, in acpi_get_object_info() 397 hid, next_id_string); in acpi_get_object_info() 405 next_id_string = acpi_ns_copy_device_id(&info->unique_id, in acpi_get_object_info() 406 uid, next_id_string); in acpi_get_object_info() 416 next_id_string = in acpi_get_object_info() 419 next_id_string); in acpi_get_object_info() 429 cls, next_id_string); in acpi_get_object_info() [all...]
202 char *next_id_string; in acpi_ut_execute_CID() local 276 next_id_string = ACPI_CAST_PTR(char, cid_list->ids) + in acpi_ut_execute_CID() 286 acpi_ex_eisa_id_to_string(next_id_string, in acpi_ut_execute_CID() 292 strcpy(next_id_string, cid_objects[i]->string.pointer); in acpi_ut_execute_CID() 296 cid_list->ids[i].string = next_id_string; in acpi_ut_execute_CID() 298 next_id_string += length; in acpi_ut_execute_CID()