Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dpci_dn.c446 static struct pci_dn *pci_dn_next_one(struct pci_dn *root, in pci_dn_next_one() function
476 for (pdn = pci_dn_next_one(root, pdn); pdn; in traverse_pci_dn()
477 pdn = pci_dn_next_one(root, pdn)) { in traverse_pci_dn()