| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_i915.c | 124 .class = PCI_BASE_CLASS_DISPLAY << 16, in i915_gfx_present()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/ |
| H A D | ast_drv.c | 76 .class = PCI_BASE_CLASS_DISPLAY << 16, \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_gem_device.c | 129 pdev->class = PCI_BASE_CLASS_DISPLAY << 16; in mock_gem_device()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_common.c | 31 case PCI_BASE_CLASS_DISPLAY: in pci_class_str()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | skeletonfb.c | 871 PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16,
|
| H A D | tdfxfb.c | 126 PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16, 129 PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16, 132 PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16,
|
| H A D | efifb.c | 668 DECLARE_PCI_FIXUP_CLASS_HEADER(PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | gx1fb_core.c | 426 PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 1272 .class = PCI_BASE_CLASS_DISPLAY << 16, 1277 .class = PCI_BASE_CLASS_DISPLAY << 16,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/vga/ |
| H A D | vga_switcheroo.c | 440 if ((pdev->class >> 16) == PCI_BASE_CLASS_DISPLAY) { in vga_switcheroo_client_probe_defer()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | quirks.c | 5414 pci_create_device_link(hda, 1, 0, PCI_BASE_CLASS_DISPLAY, 16); in quirk_gpu_hda() 5429 pci_create_device_link(usb, 2, 0, PCI_BASE_CLASS_DISPLAY, 16); in quirk_gpu_usb() 5445 pci_create_device_link(ucsi, 3, 0, PCI_BASE_CLASS_DISPLAY, 16); in quirk_gpu_usb_typec_ucsi() 5480 PCI_BASE_CLASS_DISPLAY, 16, quirk_nvidia_hda); 5482 PCI_BASE_CLASS_DISPLAY, 16, quirk_nvidia_hda);
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_intel.c | 1509 if (((p->class >> 16) == PCI_BASE_CLASS_DISPLAY) && in get_bound_vga() 1521 if ((p->class >> 16) == PCI_BASE_CLASS_DISPLAY) in get_bound_vga()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpqphp_ctrl.c | 2064 if (class_code == PCI_BASE_CLASS_DISPLAY) { in cpqhp_process_SS() 2758 if (class_code == PCI_BASE_CLASS_DISPLAY) { in configure_new_function()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 60 PCI_BASE_CLASS_DISPLAY << 16, 0xff0000, 0},
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci_ids.h | 34 #define PCI_BASE_CLASS_DISPLAY 0x03 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci_ids.h | 38 #define PCI_BASE_CLASS_DISPLAY 0x03 macro
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | iommu.c | 56 #define IS_GFX_DEVICE(pdev) ((pdev->class >> 16) == PCI_BASE_CLASS_DISPLAY)
|