Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_compat.c31 pci_dev_t pci_find_devices(struct pci_device_id *ids, int index) in pci_find_devices() function
H A Dpci_common.c278 return pci_find_devices(ids, index); in pci_find_device()
H A Dpci_ftpci100.c310 bridge_num = pci_find_devices(bridge_ids, 0); in pci_ftpci_init()
H A Dpci.c170 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 Dhydra.c63 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-pci.c103 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVICE); in ehci_hcd_init()
H A Dohci-hcd.c1781 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 Dcontrolcenterd.c357 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
/openbmc/u-boot/drivers/net/
H A Drtl8139.c207 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8139_initialize()
H A Dpcnet.c166 devbusfn = pci_find_devices(supported, dev_nr); in pcnet_initialize()
H A Dnatsemi.c301 if ((devno = pci_find_devices(supported, idx++)) < 0) { in natsemi_initialize()
H A Ddc2114x.c203 devbusfn = pci_find_devices(supported, idx++); in dc21x4x_initialize()
H A Dns8382x.c317 if ((devno = pci_find_devices(supported, idx++)) < 0) in ns8382x_initialize()
H A Deepro100.c398 if ((devno = pci_find_devices (supported, idx++)) < 0) { in eepro100_initialize()
H A Duli526x.c214 devno = pci_find_devices(uli526x_pci_tbl, idx++); in uli526x_initialize()
H A Drtl8169.c1110 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8169_initialize()
H A De1000.c5705 for (i = 0; (devno = pci_find_devices(e1000_supported, i)) >= 0; i++) { in e1000_initialize()
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c189 if ((devbusfn = pci_find_devices (supported, 0)) < 0) { in pci_video_init()
H A Dati_radeon_fb.c553 pdev = pci_find_devices(ati_radeon_pci_ids, 0); in radeon_probe()
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
/openbmc/u-boot/drivers/ata/
H A Dsata_sil.c526 devno = pci_find_devices(supported, idx++); in init_sata()
/openbmc/u-boot/include/
H A Dpci.h746 extern pci_dev_t pci_find_devices (struct pci_device_id *ids, int index);