Searched refs:__pci_find_next_cap_ttl (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/pci/ |
A D | pci.c | 413 static u8 __pci_find_next_cap_ttl(struct pci_bus *bus, unsigned int devfn, in __pci_find_next_cap_ttl() function 442 return __pci_find_next_cap_ttl(bus, devfn, pos, cap, &ttl); in __pci_find_next_cap() 646 pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn, pos, in __pci_find_next_ht_cap() 656 pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn, in __pci_find_next_ht_cap()
|
Completed in 17 milliseconds