Searched refs:pci_find_next_device (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/pci/
H A Dpcie_layerscape_gen4_fixup.c149 for (pci_find_first_device(&dev); dev; pci_find_next_device(&dev)) {
H A Dpcie_layerscape_fixup.c511 pci_find_next_device(&dev)) {
H A Dpci-uclass.c270 pci_find_next_device(&dev)) {
1243 int pci_find_next_device(struct udevice **devp) function
/u-boot/include/
H A Dpci.h967 * This function and pci_find_next_device() allow iteration through all
978 * pci_find_next_device() - return the next available PCI device
987 int pci_find_next_device(struct udevice **devp);

Completed in 101 milliseconds