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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.c327 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) function
369 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap);
390 pos = __pci_find_next_ht_cap(dev, pos, ht_cap);

Completed in 27 milliseconds