Lines Matching refs:entry
236 struct resource_entry *tmp, *entry, *entry2; in validate_resources() local
242 resource_list_for_each_entry_safe(entry, tmp, &list) { in validate_resources()
246 res1 = entry->res; in validate_resources()
285 resource_list_del(entry); in validate_resources()
287 resource_list_free_entry(entry); in validate_resources()
289 resource_list_add_tail(entry, crs_res); in validate_resources()
297 struct resource_entry *entry, *tmp; in add_resources() local
303 resource_list_for_each_entry_safe(entry, tmp, crs_res) { in add_resources()
304 res = entry->res; in add_resources()
317 resource_list_destroy_entry(entry); in add_resources()
327 struct resource_entry *entry; in release_pci_root_info() local
330 resource_list_for_each_entry(entry, &bridge->windows) { in release_pci_root_info()
331 res = entry->res; in release_pci_root_info()
367 struct resource_entry *entry, *tmp; in probe_pci_root_info() local
381 resource_list_for_each_entry_safe(entry, tmp, list) { in probe_pci_root_info()
382 if ((entry->res->flags & IORESOURCE_DISABLED) || in probe_pci_root_info()
383 resource_is_pcicfg_ioport(entry->res)) in probe_pci_root_info()
384 resource_list_destroy_entry(entry); in probe_pci_root_info()
386 entry->res->name = info->name; in probe_pci_root_info()