Home
last modified time | relevance | path

Searched refs:class_id (Results 1 – 25 of 124) sorted by relevance

12345

/qemu/hw/virtio/
H A Dvirtio-input-pci.c64 pcidev_k->class_id = PCI_CLASS_INPUT_OTHER; in virtio_input_pci_class_init()
71 pcidev_k->class_id = PCI_CLASS_INPUT_KEYBOARD; in virtio_input_hid_kbd_pci_class_init()
79 pcidev_k->class_id = PCI_CLASS_INPUT_MOUSE; in virtio_input_hid_mouse_pci_class_init()
H A Dvhost-user-i2c-pci.c45 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_i2c_pci_class_init()
H A Dvhost-user-gpio-pci.c45 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_gpio_pci_class_init()
H A Dvhost-user-scmi-pci.c44 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_scmi_pci_class_init()
H A Dvhost-user-snd-pci.c51 pcidev_k->class_id = PCI_CLASS_MULTIMEDIA_AUDIO; in vhost_user_snd_pci_class_init()
H A Dvhost-user-device-pci.c48 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_device_pci_class_init()
H A Dvirtio-crypto-pci.c72 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_crypto_pci_class_init()
H A Dvhost-user-vsock-pci.c61 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_vsock_pci_class_init()
H A Dvirtio-9p-pci.c63 pcidev_k->class_id = 0x2; in virtio_9p_pci_class_init()
H A Dvhost-user-rng-pci.c55 pcidev_k->class_id = PCI_CLASS_OTHERS; in vhost_user_rng_pci_class_init()
H A Dvhost-vsock-pci.c71 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_vsock_pci_class_init()
H A Dvirtio-balloon-pci.c57 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_balloon_pci_class_init()
H A Dvhost-user-fs-pci.c62 pcidev_k->class_id = PCI_CLASS_STORAGE_OTHER; in vhost_user_fs_pci_class_init()
H A Dvirtio-rng-pci.c69 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_rng_pci_class_init()
H A Dvirtio-pci.c233 uint16_t class_id; member
239 .class_id = PCI_CLASS_OTHERS,
242 .class_id = PCI_CLASS_STORAGE_OTHER,
246 .class_id = PCI_CLASS_NETWORK_ETHERNET,
250 .class_id = PCI_CLASS_STORAGE_SCSI,
254 .class_id = PCI_CLASS_COMMUNICATION_OTHER,
258 .class_id = PCI_CLASS_STORAGE_SCSI
262 .class_id = PCI_BASE_CLASS_NETWORK,
266 .class_id = PCI_CLASS_OTHERS,
270 .class_id = PCI_CLASS_OTHERS,
[all …]
H A Dvhost-scsi-pci.c76 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_scsi_pci_class_init()
H A Dvhost-user-scsi-pci.c82 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_user_scsi_pci_class_init()
H A Dvhost-user-blk-pci.c81 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_user_blk_pci_class_init()
/qemu/hw/pci-host/
H A Duninorth.c323 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_main_pci_host_class_init()
351 k->class_id = PCI_CLASS_BRIDGE_HOST; in u3_agp_pci_host_class_init()
379 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_agp_pci_host_class_init()
407 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_internal_pci_host_class_init()
H A Darticia.c239 k->class_id = PCI_CLASS_BRIDGE_HOST; in articia_pci_host_class_init()
256 k->class_id = PCI_CLASS_BRIDGE_HOST; in articia_pci_bridge_class_init()
/qemu/hw/ide/
H A Dpiix.c192 k->class_id = PCI_CLASS_STORAGE_IDE; in piix3_ide_class_init()
215 k->class_id = PCI_CLASS_STORAGE_IDE; in piix4_ide_class_init()
/qemu/hw/char/
H A Dserial-pci-multi.c160 pc->class_id = PCI_CLASS_COMMUNICATION_SERIAL; in multi_2x_serial_pci_class_initfn()
175 pc->class_id = PCI_CLASS_COMMUNICATION_SERIAL; in multi_4x_serial_pci_class_initfn()
/qemu/hw/sd/
H A Dsdhci-pci.c65 k->class_id = PCI_CLASS_SYSTEM_SDHCI; in sdhci_pci_class_init()
/qemu/hw/misc/
H A Dpvpanic-pci.c73 pc->class_id = PCI_CLASS_SYSTEM_OTHER; in pvpanic_pci_class_init()
/qemu/hw/audio/
H A Dvirtio-snd-pci.c57 pcidevklass->class_id = PCI_CLASS_MULTIMEDIA_AUDIO; in virtio_snd_pci_class_init()

12345