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.c1191 pci_get_function_0(pci_dev)) { in do_pci_register_device()
1194 PCI_SLOT(pci_get_function_0(pci_dev)->devfn), in do_pci_register_device()
1195 pci_get_function_0(pci_dev)->name, in do_pci_register_device()
2867 PCIDevice *pci_get_function_0(PCIDevice *pci_dev) in pci_get_function_0() function
H A Dpcie.c524 if (pci_get_function_0(pci_dev)) { in pcie_cap_slot_plug_cb()
/openbmc/qemu/include/hw/pci/
H A Dpci.h348 PCIDevice *pci_get_function_0(PCIDevice *pci_dev);
/openbmc/qemu/hw/isa/
H A Dvt82c686.c658 ViaISAState *s = VIA_ISA(pci_get_function_0(d)); in via_isa_set_irq()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1581 pci_get_function_0(PCI_DEVICE(drc->dev))->name); in spapr_pci_pre_plug()