Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpci_common.c283 struct pci_device_id *ids, int *indexp) in pci_hose_find_devices() argument
312 if ((*indexp) <= 0) in pci_hose_find_devices()
315 (*indexp)--; in pci_hose_find_devices()
A Dpci-uclass.c186 int *indexp, struct udevice **devp) in pci_bus_find_devices() argument
195 if ((*indexp)-- <= 0) { in pci_bus_find_devices()
223 unsigned int device, int *indexp, in dm_pci_bus_find_device() argument
234 if (!(*indexp)--) { in dm_pci_bus_find_device()
/u-boot/include/
A Dpci.h827 struct pci_device_id *ids, int *indexp);
1011 int *indexp, struct udevice **devp);

Completed in 14 milliseconds