Home
last modified time | relevance | path

Searched refs:pci_get_function_0 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_host.c88 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_write_common()
113 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_read_common()
H A Dpci.c1208 pci_get_function_0(pci_dev)) { in do_pci_register_device()
1211 PCI_SLOT(pci_get_function_0(pci_dev)->devfn), in do_pci_register_device()
1212 pci_get_function_0(pci_dev)->name, in do_pci_register_device()
2884 PCIDevice *pci_get_function_0(PCIDevice *pci_dev) in pci_get_function_0() function
H A Dpcie.c557 if (pci_get_function_0(pci_dev)) { in pcie_cap_slot_plug_cb()
/openbmc/qemu/include/hw/pci/
H A Dpci.h351 PCIDevice *pci_get_function_0(PCIDevice *pci_dev);
/openbmc/qemu/hw/isa/
H A Dvt82c686.c660 ViaISAState *s = VIA_ISA(pci_get_function_0(d)); in via_isa_set_irq()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1562 pci_get_function_0(PCI_DEVICE(drc->dev))->name); in spapr_pci_pre_plug()