Home
last modified time | relevance | path

Searched refs:vendor_id (Results 76 – 100 of 160) sorted by relevance

1234567

/qemu/hw/pci-host/
H A Dgpex.c224 k->vendor_id = PCI_VENDOR_ID_REDHAT; in gpex_root_class_init()
H A Dxilinx-pcie.c297 k->vendor_id = PCI_VENDOR_ID_XILINX; in xilinx_pcie_root_class_init()
H A Dpnv_phb.c327 k->vendor_id = PCI_VENDOR_ID_IBM; in pnv_phb_root_port_class_init()
H A Dppc4xx_pci.c358 k->vendor_id = PCI_VENDOR_ID_IBM; in ppc4xx_host_bridge_class_init()
H A Dversatile.c480 k->vendor_id = PCI_VENDOR_ID_XILINX; in versatile_pci_host_class_init()
/qemu/hw/vfio/
H A Dpci.c944 if (vid == vdev->vendor_id && did != vdev->device_id) { in vfio_pci_load_rom()
1478 "device %04x:%04x", vdev->vendor_id, vdev->device_id); in vfio_pci_relocate_msix()
1616 if (vdev->vendor_id == PCI_VENDOR_ID_CHELSIO && in vfio_msix_early_setup()
3052 if (vdev->vendor_id != PCI_ANY_ID) { in vfio_realize()
3053 if (vdev->vendor_id >= 0xffff) { in vfio_realize()
3057 vfio_add_emulated_word(vdev, PCI_VENDOR_ID, vdev->vendor_id, ~0); in vfio_realize()
3058 trace_vfio_pci_emulated_vendor_id(vbasedev->name, vdev->vendor_id); in vfio_realize()
3060 vdev->vendor_id = pci_get_word(pdev->config + PCI_VENDOR_ID); in vfio_realize()
3384 DEFINE_PROP_UINT32("x-pci-vendor-id", VFIOPCIDevice, vendor_id, PCI_ANY_ID),
/qemu/hw/audio/
H A Dvia-ac97.c474 k->vendor_id = PCI_VENDOR_ID_VIA; in via_ac97_class_init()
511 k->vendor_id = PCI_VENDOR_ID_VIA; in via_mc97_class_init()
/qemu/hw/net/can/
H A Dcan_kvaser_pci.c296 k->vendor_id = KVASER_PCI_VENDOR_ID1; in kvaser_pci_class_init()
/qemu/hw/pci-bridge/
H A Dcxl_downstream.c234 k->vendor_id = 0x19e5; /* Huawei */ in cxl_dsp_class_init()
H A Dpci_bridge_dev.c253 k->vendor_id = PCI_VENDOR_ID_REDHAT; in pci_bridge_dev_class_init()
H A Dcxl_root_port.c268 k->vendor_id = PCI_VENDOR_ID_INTEL; in cxl_root_port_class_init()
/qemu/include/hw/pci/
H A Dpci_device.h32 uint16_t vendor_id; member
/qemu/hw/usb/
H A Dhcd-xhci-pci.c232 k->vendor_id = PCI_VENDOR_ID_REDHAT; in qemu_xhci_class_init()
H A Dredirect.c1530 dev->device_info.vendor_id, in usbredir_check_filter()
1563 quirks = usb_get_quirks(dev->device_info.vendor_id, in usbredir_check_bulk_receiving()
1683 speed, device_connect->vendor_id, device_connect->product_id, in usbredir_device_connect()
1691 device_connect->vendor_id, device_connect->product_id, in usbredir_device_connect()
1700 device_connect->vendor_id, device_connect->product_id); in usbredir_device_connect()
2028 dev->device_info.vendor_id, in usbredir_control_packet()
2509 VMSTATE_UINT16(vendor_id, struct usb_redir_device_connect_header),
/qemu/tests/qtest/
H A Dide-test.c158 uint16_t vendor_id, device_id; in get_pci_device() local
168 vendor_id = qpci_config_readw(dev, PCI_VENDOR_ID); in get_pci_device()
170 g_assert(vendor_id == PCI_VENDOR_ID_INTEL); in get_pci_device()
/qemu/hw/net/
H A Dpcnet-pci.c268 k->vendor_id = PCI_VENDOR_ID_AMD; in pcnet_class_init()
H A Digbvf.c310 c->vendor_id = PCI_VENDOR_ID_INTEL; in igbvf_class_init()
/qemu/hw/ide/
H A Dvia.c262 k->vendor_id = PCI_VENDOR_ID_VIA; in via_ide_class_init()
H A Dsii3112.c298 pd->vendor_id = 0x1095; in sii3112_pci_class_init()
H A Dcmd646.c330 k->vendor_id = PCI_VENDOR_ID_CMD; in cmd646_ide_class_init()
/qemu/hw/xen/
H A Dxen_pt_graphics.c357 k->vendor_id = PCI_VENDOR_ID_INTEL; in isa_bridge_class_init()
H A Dxen-host-pci-device.c359 d->vendor_id = v; in xen_host_pci_device_get()
/qemu/hw/misc/
H A Dpci-testdev.c334 k->vendor_id = PCI_VENDOR_ID_REDHAT; in pci_testdev_class_init()
/qemu/hw/display/
H A Dbochs-display.c361 k->vendor_id = PCI_VENDOR_ID_QEMU; in bochs_display_class_init()
/qemu/hw/watchdog/
H A Dwdt_i6300esb.c469 k->vendor_id = PCI_VENDOR_ID_INTEL; in i6300esb_class_init()

1234567