Searched refs:next_id_string (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | nsxfname.c | 284 char *next_id_string; acpi_get_object_info() local 448 next_id_string = ACPI_CAST_PTR(char, info->compatible_id_list.ids); acpi_get_object_info() 453 next_id_string += acpi_get_object_info() 466 next_id_string = acpi_ns_copy_device_id(&info->hardware_id, acpi_get_object_info() 467 hid, next_id_string); acpi_get_object_info() 475 next_id_string = acpi_ns_copy_device_id(&info->unique_id, acpi_get_object_info() 476 uid, next_id_string); acpi_get_object_info() 480 next_id_string = acpi_ns_copy_device_id(&info->subsystem_id, acpi_get_object_info() 481 sub, next_id_string); acpi_get_object_info() 491 next_id_string = acpi_get_object_info() 494 next_id_string); acpi_get_object_info() 503 next_id_string = acpi_ns_copy_device_id(&info->class_code, acpi_get_object_info() 504 cls, next_id_string); acpi_get_object_info()
|
H A D | utids.c | 303 char *next_id_string; acpi_ut_execute_CID() local 378 next_id_string = ACPI_CAST_PTR(char, cid_list->ids) + acpi_ut_execute_CID() 388 acpi_ex_eisa_id_to_string(next_id_string, acpi_ut_execute_CID() 396 strcpy(next_id_string, cid_objects[i]->string.pointer); acpi_ut_execute_CID() 400 cid_list->ids[i].string = next_id_string; acpi_ut_execute_CID() 402 next_id_string += length; acpi_ut_execute_CID()
|
Completed in 92 milliseconds