Home
last modified time | relevance | path

Searched refs:saved_cap_space (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pci/
Dpci.c904 hlist_for_each_entry(tmp, &pci_dev->saved_cap_space, next) { in _pci_find_saved_cap()
1125 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) in pci_store_saved_state()
1136 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) { in pci_store_saved_state()
2140 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); in pci_add_saved_cap()
2214 hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next) in pci_free_cap_save_buffers()
/linux-4.1.27/include/linux/
Dpci.h366 struct hlist_head saved_cap_space; member