Home
last modified time | relevance | path

Searched refs:pci_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dof.c628 const char *pci_type; in of_pci_make_dev_node() local
649 pci_type = "pci"; in of_pci_make_dev_node()
651 pci_type = "dev"; in of_pci_make_dev_node()
653 name = kasprintf(GFP_KERNEL, "%s@%x,%x", pci_type, in of_pci_make_dev_node()
/openbmc/qemu/hw/pci-host/
H A Di440fx.c60 char *pci_type; member
274 d = pci_create_simple(b, 0, s->pci_type); in i440fx_pcihost_realize()
364 DEFINE_PROP_STRING(I440FX_HOST_PROP_PCI_TYPE, I440FXState, pci_type),
/openbmc/qemu/hw/i386/
H A Dpc_piix.c108 const char *host_type, const char *pci_type) in pc_init1() argument
218 object_property_set_str(phb, I440FX_HOST_PROP_PCI_TYPE, pci_type, in pc_init1()
488 const char *pci_type = xen_igd_gfx_pt_enabled() ? in pc_xen_hvm_init_pci() local
493 pci_type); in pc_xen_hvm_init_pci()
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c731 vfu_pci_type_t pci_type = VFU_PCI_TYPE_CONVENTIONAL; in vfu_object_init_ctx() local
769 pci_type = VFU_PCI_TYPE_EXPRESS; in vfu_object_init_ctx()
772 ret = vfu_pci_init(o->vfu_ctx, pci_type, PCI_HEADER_TYPE_NORMAL, 0); in vfu_object_init_ctx()