Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H 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()
H A Dpci-uclass.c145 int *indexp, struct udevice **devp) in pci_bus_find_devices() argument
154 if ((*indexp)-- <= 0) { in pci_bus_find_devices()
182 unsigned int device, int *indexp, in dm_pci_bus_find_device() argument
193 if (!(*indexp)--) { in dm_pci_bus_find_device()
/rk3399_rockchip-uboot/include/
H A Dpci.h827 struct pci_device_id *ids, int *indexp);
1012 int *indexp, struct udevice **devp);