Lines Matching refs:list
336 struct acpi_handle_list *list)
345 if (!list) {
377 list->count = package->package.count;
381 for (i = 0; i < list->count; i++) {
398 list->handles[i] = element->reference.handle;
399 acpi_handle_debug(list->handles[i], "Found in reference list\n");
404 list->count = 0;
405 //kfree(list->handles);
995 * acpi_match_platform_list - Check if the system matches with a given list
998 * Return the matched index if the system is found in the platform list.