Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c633 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) in __pci_find_next_ht_cap() function
675 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
696 pos = __pci_find_next_ht_cap(dev, pos, ht_cap); in pci_find_ht_capability()