Searched refs:dm_pci_find_device (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios_interrupts.c | 136 ret = dm_pci_find_device(vendorid, devid, devindex, &dev); in int1a_handler()
|
/openbmc/u-boot/drivers/scsi/ |
H A D | scsi.c | 292 ret = dm_pci_find_device(scsi_device_list[i].vendor, in scsi_init()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 1446 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index,
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 222 int dm_pci_find_device(unsigned int vendor, unsigned int device, int index, in dm_pci_find_device() function
|