Home
last modified time | relevance | path

Searched refs:PCI_CLASS_COMMUNICATION_OTHER (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-serial-pci.c47 if (vpci_dev->class_code != PCI_CLASS_COMMUNICATION_OTHER && in virtio_serial_pci_realize()
50 vpci_dev->class_code = PCI_CLASS_COMMUNICATION_OTHER; in virtio_serial_pci_realize()
91 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in virtio_serial_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 Dvhost-user-scmi-pci.c44 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_scmi_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-vsock-pci.c61 pcidev_k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in vhost_user_vsock_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-pci.c254 .class_id = PCI_CLASS_COMMUNICATION_OTHER,
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h82 #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 macro
/openbmc/linux/drivers/net/can/sja1000/
H A Dplx_pci.c285 PCI_CLASS_COMMUNICATION_OTHER << 8, ~0,
/openbmc/qemu/hw/audio/
H A Dvia-ac97.c513 k->class_id = PCI_CLASS_COMMUNICATION_OTHER; in via_mc97_class_init()
/openbmc/u-boot/include/
H A Dpci_ids.h69 #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h76 #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 macro
/openbmc/linux/drivers/pci/
H A Dquirks.c2412 dev->class = (PCI_CLASS_COMMUNICATION_OTHER << 8) | in quirk_netmos()