Searched refs:__pci_find_next_cap_ttl (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/pci/ | 
| D | pci.c | 428 static u8 __pci_find_next_cap_ttl(struct pci_bus *bus, unsigned int devfn,  in __pci_find_next_cap_ttl()  function 457 	return __pci_find_next_cap_ttl(bus, devfn, pos, cap, &ttl);  in __pci_find_next_cap() 661 	pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn, pos,  in __pci_find_next_ht_cap() 671 		pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn,  in __pci_find_next_ht_cap()
  |