Searched refs:PCI_CLASS_DISPLAY_OTHER (Results 1 – 20 of 20) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-serial-pci.c | 48 vpci_dev->class_code != PCI_CLASS_DISPLAY_OTHER && /* qemu 0.10 */ in virtio_serial_pci_realize()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-pci.c | 71 pcidev_k->class_id = PCI_CLASS_DISPLAY_OTHER; in virtio_gpu_pci_base_class_init()
|
H A D | bochs-display.c | 360 k->class_id = PCI_CLASS_DISPLAY_OTHER; in bochs_display_class_init()
|
H A D | vga-pci.c | 404 k->class_id = PCI_CLASS_DISPLAY_OTHER; in secondary_class_init()
|
H A D | sm501.c | 2180 k->class_id = PCI_CLASS_DISPLAY_OTHER; in sm501_pci_class_init()
|
H A D | qxl.c | 2532 k->class_id = PCI_CLASS_DISPLAY_OTHER;
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_ids.h | 46 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
|
/openbmc/qemu/docs/specs/ |
H A D | standard-vga.rst | 41 The legacy-free variant has no ROM and has ``PCI_CLASS_DISPLAY_OTHER``
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 53 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_OTHER << 8,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_bios.c | 308 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atrm_get_bios()
|
H A D | amdgpu_atpx_handler.c | 632 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
|
H A D | amdgpu_acpi.c | 1409 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_acpi_detect()
|
H A D | amdgpu_drv.c | 2007 .class = PCI_CLASS_DISPLAY_OTHER << 8,
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 568 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
|
H A D | radeon_bios.c | 215 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atrm_get_bios()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 123 PCI_CLASS_DISPLAY_OTHER); in mdpy_create_config_space()
|
H A D | mbochs.c | 232 PCI_CLASS_DISPLAY_OTHER); in mbochs_create_config_space()
|
/openbmc/u-boot/include/ |
H A D | pci_ids.h | 38 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 42 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_intel.c | 1430 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in atpx_present()
|