| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_compat.c | 32 pci_dev_t pci_find_devices(struct pci_device_id *ids, int index) in pci_find_devices() function
|
| H A D | pci_common.c | 279 return pci_find_devices(ids, index); in pci_find_device()
|
| H A D | pci_ftpci100.c | 311 bridge_num = pci_find_devices(bridge_ids, 0); in pci_ftpci_init()
|
| H A D | pci.c | 171 pci_dev_t pci_find_devices(struct pci_device_id *ids, int index) in pci_find_devices() function
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-pci.c | 104 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVICE); in ehci_hcd_init()
|
| H A D | ohci-hcd.c | 1783 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVNO); in hc_reset() 2038 pdev = pci_find_devices(ohci_pci_ids, CONFIG_PCI_OHCI_DEVNO); in usb_lowlevel_init()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd.c | 359 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8139.c | 213 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8139_initialize()
|
| H A D | pcnet.c | 167 devbusfn = pci_find_devices(supported, dev_nr); in pcnet_initialize()
|
| H A D | dc2114x.c | 206 devbusfn = pci_find_devices(supported, idx++); in dc21x4x_initialize()
|
| H A D | ns8382x.c | 318 if ((devno = pci_find_devices(supported, idx++)) < 0) in ns8382x_initialize()
|
| H A D | natsemi.c | 302 if ((devno = pci_find_devices(supported, idx++)) < 0) { in natsemi_initialize()
|
| H A D | eepro100.c | 401 if ((devno = pci_find_devices (supported, idx++)) < 0) { in eepro100_initialize()
|
| H A D | rtl8169.c | 1115 if ((devno = pci_find_devices(supported, idx++)) < 0) in rtl8169_initialize()
|
| H A D | uli526x.c | 215 devno = pci_find_devices(uli526x_pci_tbl, idx++); in uli526x_initialize()
|
| H A D | e1000.c | 5452 for (i = 0; (devno = pci_find_devices(e1000_supported, i)) >= 0; i++) { in e1000_initialize()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 190 if ((devbusfn = pci_find_devices (supported, 0)) < 0) { in pci_video_init()
|
| H A D | ati_radeon_fb.c | 554 pdev = pci_find_devices(ati_radeon_pci_ids, 0); in radeon_probe()
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_sil.c | 527 devno = pci_find_devices(supported, idx++); in init_sata()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 721 extern pci_dev_t pci_find_devices (struct pci_device_id *ids, int index);
|