saved_cap_space 1197 drivers/pci/pci.c hlist_for_each_entry(tmp, &pci_dev->saved_cap_space, next) { saved_cap_space 1511 drivers/pci/pci.c hlist_for_each_entry(tmp, &dev->saved_cap_space, next) saved_cap_space 1522 drivers/pci/pci.c hlist_for_each_entry(tmp, &dev->saved_cap_space, next) { saved_cap_space 3048 drivers/pci/pci.c hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); saved_cap_space 3125 drivers/pci/pci.c hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next) saved_cap_space 5128 drivers/pci/quirks.c hlist_add_head(&state->next, &pdev->saved_cap_space); saved_cap_space 430 include/linux/pci.h struct hlist_head saved_cap_space;