Searched refs:find_devfn (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/pci/
H A Dpci-emul-uclass.c19 int sandbox_pci_get_emul(const struct udevice *bus, pci_dev_t find_devfn, argument
27 ret = pci_bus_find_devfn(bus, PCI_MASK_BUS(find_devfn), &dev);
30 find_devfn);
H A Dpci-uclass.c138 int pci_bus_find_devfn(const struct udevice *bus, pci_dev_t find_devfn, argument
149 if (pplat && pplat->devfn == find_devfn) {
/u-boot/include/
H A Dpci.h957 * @find_devfn: PCI device address (device and function only)
961 int pci_bus_find_devfn(const struct udevice *bus, pci_dev_t find_devfn,
1628 * @find_devfn: PCI device and function address (PCI_DEVFN())
1633 int sandbox_pci_get_emul(const struct udevice *bus, pci_dev_t find_devfn,

Completed in 62 milliseconds