Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dpci_dn.c428 static struct pci_dn *pci_dn_next_one(struct pci_dn *root, in pci_dn_next_one() function
458 for (pdn = pci_dn_next_one(root, pdn); pdn; in traverse_pci_dn()
459 pdn = pci_dn_next_one(root, pdn)) { in traverse_pci_dn()