Searched refs:pci_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | of.c | 628 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 D | i440fx.c | 60 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 D | pc_piix.c | 103 static void pc_init1(MachineState *machine, const char *pci_type) in pc_init1() argument 209 object_property_set_str(phb, I440FX_HOST_PROP_PCI_TYPE, pci_type, in pc_init1() 422 const char *pci_type = xen_igd_gfx_pt_enabled() ? in pc_xen_hvm_init_pci() local 425 pc_init1(machine, pci_type); in pc_xen_hvm_init_pci()
|
/openbmc/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 731 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()
|