Home
last modified time | relevance | path

Searched refs:pci_find_device (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/board/imgtec/malta/
H A Dmalta.c192 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 Dtheadorable.c250 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 Dpci_common.c272 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 Duniverse.c37 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
H A Dtsi148.c44 busdevfn = pci_find_device(LPCI_VENDOR, LPCI_DEVICE, 0); in tsi148_init()
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c303 busdevfunc = pci_find_device(scsi_device_list[i].vendor, in scsi_init()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil3114.c649 if ((devno = pci_find_device (SIL_VEND_ID, SIL3114_DEVICE_ID, 0)) == -1) { in init_sata()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h720 extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index);
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpci.rst530 pci_find_device() Superseded by pci_get_device()