/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon-pci.c | 43 vpci_dev->class_code = PCI_CLASS_OTHERS; in virtio_balloon_pci_realize() 57 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_balloon_pci_class_init()
|
H A D | virtio-crypto-pci.c | 72 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_crypto_pci_class_init()
|
H A D | vhost-user-rng-pci.c | 55 pcidev_k->class_id = PCI_CLASS_OTHERS; in vhost_user_rng_pci_class_init()
|
H A D | virtio-rng-pci.c | 69 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_rng_pci_class_init()
|
H A D | virtio-serial-pci.c | 49 vpci_dev->class_code != PCI_CLASS_OTHERS) { /* qemu-kvm */ in virtio_serial_pci_realize()
|
H A D | virtio-iommu-pci.c | 86 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_iommu_pci_class_init()
|
H A D | virtio-pmem-pci.c | 93 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_pmem_pci_class_init()
|
H A D | virtio-mem-pci.c | 166 pcidev_k->class_id = PCI_CLASS_OTHERS; in virtio_mem_pci_class_init()
|
H A D | virtio-pci.c | 239 .class_id = PCI_CLASS_OTHERS, 266 .class_id = PCI_CLASS_OTHERS, 270 .class_id = PCI_CLASS_OTHERS, 2396 k->class_id = PCI_CLASS_OTHERS; in virtio_pci_class_init()
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rtsx_pcr.c | 44 { PCI_DEVICE(0x10EC, 0x5209), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 45 { PCI_DEVICE(0x10EC, 0x5229), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 46 { PCI_DEVICE(0x10EC, 0x5289), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 47 { PCI_DEVICE(0x10EC, 0x5227), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 48 { PCI_DEVICE(0x10EC, 0x522A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 49 { PCI_DEVICE(0x10EC, 0x5249), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 50 { PCI_DEVICE(0x10EC, 0x5287), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 51 { PCI_DEVICE(0x10EC, 0x5286), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 52 { PCI_DEVICE(0x10EC, 0x524A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 53 { PCI_DEVICE(0x10EC, 0x525A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, [all …]
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_ids.h | 157 #define PCI_CLASS_OTHERS 0xff macro
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_common.c | 72 case PCI_CLASS_OTHERS: in pci_class_str()
|
/openbmc/qemu/hw/misc/ |
H A D | pci-testdev.c | 337 k->class_id = PCI_CLASS_OTHERS; in pci_testdev_class_init()
|
H A D | edu.c | 428 k->class_id = PCI_CLASS_OTHERS; in edu_class_init()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx.c | 967 PCI_CLASS_OTHERS << 16, 0xFF0000 }, 969 PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_platform.c | 592 k->class_id = PCI_CLASS_OTHERS << 8 | 0x80; in xen_platform_class_init()
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 436 k->class_id = PCI_CLASS_OTHERS << 8; in macio_class_init()
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-mhi.c | 103 .baseclass_code = PCI_CLASS_OTHERS,
|
H A D | pci-epf-test.c | 82 .baseclass_code = PCI_CLASS_OTHERS,
|
/openbmc/linux/drivers/char/ |
H A D | applicom.c | 195 while ( (dev = pci_get_class(PCI_CLASS_OTHERS << 16, dev))) { in applicom_init()
|
/openbmc/qemu/hw/acpi/ |
H A D | erst.c | 1032 k->class_id = PCI_CLASS_OTHERS; in erst_class_init()
|
/openbmc/u-boot/include/ |
H A D | pci_ids.h | 138 #define PCI_CLASS_OTHERS 0xff macro
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 157 #define PCI_CLASS_OTHERS 0xff macro
|