Searched refs:pci_find_devices (Results 1 – 22 of 22) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pci_compat.c | 31 pci_dev_t pci_find_devices(struct pci_device_id *ids, int index) in pci_find_devices() function
|
H A D | pci_common.c | 278 return pci_find_devices(ids, index); in pci_find_device()
|
H A D | pci_ftpci100.c | 310 bridge_num = pci_find_devices(bridge_ids, 0); in pci_ftpci_init()
|
H A D | pci.c | 170 pci_dev_t pci_find_devices(struct pci_device_id *ids, int index) in pci_find_devices() function
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hydra.c | 63 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-pci.c | 103 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVICE); in ehci_hcd_init()
|
H A D | ohci-hcd.c | 1781 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVNO); in hc_reset() 2036 pdev = pci_find_devices(ohci_pci_ids, CONFIG_PCI_OHCI_DEVNO); in usb_lowlevel_init()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd.c | 357 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
|
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 207 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8139_initialize()
|
H A D | pcnet.c | 166 devbusfn = pci_find_devices(supported, dev_nr); in pcnet_initialize()
|
H A D | natsemi.c | 301 if ((devno = pci_find_devices(supported, idx++)) < 0) { in natsemi_initialize()
|
H A D | dc2114x.c | 203 devbusfn = pci_find_devices(supported, idx++); in dc21x4x_initialize()
|
H A D | ns8382x.c | 317 if ((devno = pci_find_devices(supported, idx++)) < 0) in ns8382x_initialize()
|
H A D | eepro100.c | 398 if ((devno = pci_find_devices (supported, idx++)) < 0) { in eepro100_initialize()
|
H A D | uli526x.c | 214 devno = pci_find_devices(uli526x_pci_tbl, idx++); in uli526x_initialize()
|
H A D | rtl8169.c | 1110 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8169_initialize()
|
H A D | e1000.c | 5705 for (i = 0; (devno = pci_find_devices(e1000_supported, i)) >= 0; i++) { in e1000_initialize()
|
/openbmc/u-boot/drivers/video/ |
H A D | mb862xx.c | 189 if ((devbusfn = pci_find_devices (supported, 0)) < 0) { in pci_video_init()
|
H A D | ati_radeon_fb.c | 553 pdev = pci_find_devices(ati_radeon_pci_ids, 0); in radeon_probe()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pci-info.txt | 35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil.c | 526 devno = pci_find_devices(supported, idx++); in init_sata()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 746 extern pci_dev_t pci_find_devices (struct pci_device_id *ids, int index);
|