Searched refs:saved_cap_space (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/
H A Dpci.c1638 hlist_for_each_entry(tmp, &pci_dev->saved_cap_space, next) {
1928 hlist_for_each_entry(tmp, &dev->saved_cap_space, next)
1939 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) {
3407 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space);
3484 hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next)
H A Dquirks.c5484 hlist_add_head(&state->next, &pdev->saved_cap_space);
/linux-master/include/linux/
H A Dpci.h473 struct hlist_head saved_cap_space; member in struct:pci_dev

Completed in 172 milliseconds