Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dbios_interrupts.c136 ret = dm_pci_find_device(vendorid, devid, devindex, &dev); in int1a_handler()
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c292 ret = dm_pci_find_device(scsi_device_list[i].vendor, in scsi_init()
/openbmc/u-boot/include/
H A Dpci.h1446 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index,
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c222 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index, in dm_pci_find_device() function