Searched refs:pci_find_device (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/imgtec/malta/ |
| H A D | malta.c | 192 bdf = pci_find_device(PCI_VENDOR_ID_INTEL, in pci_init_board() 213 bdf = pci_find_device(PCI_VENDOR_ID_INTEL, in pci_init_board()
|
| /OK3568_Linux_fs/u-boot/board/theadorable/ |
| H A D | theadorable.c | 250 bdf = pci_find_device(PCI_VENDOR_ID_PLX, 0x8619, 0); in board_late_init() 317 bdf = pci_find_device(ven_id, dev_id, 0); in do_pcie_test()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_common.c | 272 pci_dev_t pci_find_device(unsigned int vendor, unsigned int device, int index) in pci_find_device() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | universe.c | 37 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
|
| H A D | tsi148.c | 44 busdevfn = pci_find_device(LPCI_VENDOR, LPCI_DEVICE, 0); in tsi148_init()
|
| /OK3568_Linux_fs/u-boot/drivers/scsi/ |
| H A D | scsi.c | 303 busdevfunc = pci_find_device(scsi_device_list[i].vendor, in scsi_init()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_sil3114.c | 649 if ((devno = pci_find_device (SIL_VEND_ID, SIL3114_DEVICE_ID, 0)) == -1) { in init_sata()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 720 extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index);
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pci.rst | 530 pci_find_device() Superseded by pci_get_device()
|