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.c1363 pci_get_function_0(pci_dev)) { in do_pci_register_device()
1366 PCI_SLOT(pci_get_function_0(pci_dev)->devfn), in do_pci_register_device()
1367 pci_get_function_0(pci_dev)->name, in do_pci_register_device()
3283 PCIDevice *pci_get_function_0(PCIDevice *pci_dev) in pci_set_enabled()
3239 PCIDevice *pci_get_function_0(PCIDevice *pci_dev) 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.h371 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.c1554 pci_get_function_0(PCI_DEVICE(drc->dev))->name); in spapr_pci_pre_plug()