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

/linux-master/drivers/acpi/acpica/
H A Dnsxfname.c235 char *next_id_string; local
379 next_id_string = ACPI_CAST_PTR(char, info->compatible_id_list.ids);
384 next_id_string +=
396 next_id_string = acpi_ns_copy_device_id(&info->hardware_id,
397 hid, next_id_string);
405 next_id_string = acpi_ns_copy_device_id(&info->unique_id,
406 uid, next_id_string);
416 next_id_string =
419 next_id_string);
429 cls, next_id_string);
[all...]
H A Dutids.c202 char *next_id_string; local
276 next_id_string = ACPI_CAST_PTR(char, cid_list->ids) +
286 acpi_ex_eisa_id_to_string(next_id_string,
292 strcpy(next_id_string, cid_objects[i]->string.pointer);
296 cid_list->ids[i].string = next_id_string;
298 next_id_string += length;

Completed in 108 milliseconds