Home
last modified time | relevance | path

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

/u-boot/board/Marvell/octeontx/
A Dboard.c80 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in board_late_probe_devices()
86 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in board_late_probe_devices()
91 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in board_late_probe_devices()
/u-boot/board/imgtec/malta/
A Dmalta.c206 ret = dm_pci_find_device(PCI_VENDOR_ID_INTEL, in board_early_init_r()
225 ret = dm_pci_find_device(PCI_VENDOR_ID_INTEL, in board_early_init_r()
/u-boot/board/Marvell/octeontx2/
A Dboard.c122 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in board_late_probe_devices()
127 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in board_late_probe_devices()
/u-boot/arch/x86/lib/
A Dbios_interrupts.c137 ret = dm_pci_find_device(vendorid, devid, devindex, &dev); in int1a_handler()
/u-boot/drivers/net/octeontx/
A Dnicvf_main.c477 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in nicvf_probe_mdio_devices()
496 if (dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in nicvf_initialize()
/u-boot/drivers/net/octeontx2/
A Dcgx.c64 err = dm_pci_find_device(PCI_VENDOR_ID_CAVIUM, in nix_get_cgx_lmac()
/u-boot/drivers/scsi/
A Dscsi.c293 ret = dm_pci_find_device(scsi_device_list[i].vendor, in scsi_init()
/u-boot/include/
A Dpci.h1509 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index,
/u-boot/drivers/pci/
A Dpci-uclass.c244 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index, in dm_pci_find_device() function

Completed in 39 milliseconds