Symbol: PCI_BASE_CLASS_DISPLAY
drivers/firmware/google/framebuffer-coreboot.c
46
while (!r && (pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev)))
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1461
while ((pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
319
while ((pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {
drivers/gpu/drm/ast/ast_drv.c
178
.class = PCI_BASE_CLASS_DISPLAY << 16, \
drivers/gpu/drm/i915/selftests/mock_gem_device.c
155
pdev->class = PCI_BASE_CLASS_DISPLAY << 16;
drivers/gpu/drm/nouveau/nouveau_acpi.c
287
while ((pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {
drivers/gpu/drm/nouveau/nouveau_drm.c
1399
.class = PCI_BASE_CLASS_DISPLAY << 16,
drivers/gpu/drm/nouveau/nouveau_drm.c
1404
.class = PCI_BASE_CLASS_DISPLAY << 16,
drivers/gpu/drm/radeon/radeon_bios.c
202
while ((pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {
drivers/pci/hotplug/cpqphp_ctrl.c
2052
if (class_code == PCI_BASE_CLASS_DISPLAY) {
drivers/pci/hotplug/cpqphp_ctrl.c
2746
if (class_code == PCI_BASE_CLASS_DISPLAY) {
drivers/pci/quirks.c
5805
pci_create_device_link(hda, 1, 0, PCI_BASE_CLASS_DISPLAY, 16);
drivers/pci/quirks.c
5820
pci_create_device_link(usb, 2, 0, PCI_BASE_CLASS_DISPLAY, 16);
drivers/pci/quirks.c
5836
pci_create_device_link(ucsi, 3, 0, PCI_BASE_CLASS_DISPLAY, 16);
drivers/pci/quirks.c
5871
PCI_BASE_CLASS_DISPLAY, 16, quirk_nvidia_hda);
drivers/pci/quirks.c
5873
PCI_BASE_CLASS_DISPLAY, 16, quirk_nvidia_hda);
drivers/video/fbdev/geode/gx1fb_core.c
428
.class = PCI_BASE_CLASS_DISPLAY << 16,
drivers/video/fbdev/nvidia/nvidia.c
63
.class = PCI_BASE_CLASS_DISPLAY << 16,
drivers/video/fbdev/skeletonfb.c
877
PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY << 16,
drivers/video/fbdev/tdfxfb.c
129
.class = PCI_BASE_CLASS_DISPLAY << 16, .class_mask = 0xff0000,
drivers/video/fbdev/tdfxfb.c
132
.class = PCI_BASE_CLASS_DISPLAY << 16, .class_mask = 0xff0000,
drivers/video/fbdev/tdfxfb.c
135
.class = PCI_BASE_CLASS_DISPLAY << 16, .class_mask = 0xff0000,
drivers/video/screen_info_pci.c
113
DECLARE_PCI_FIXUP_CLASS_HEADER(PCI_ANY_ID, PCI_ANY_ID, PCI_BASE_CLASS_DISPLAY, 16,
drivers/video/screen_info_pci.c
124
while (!r && (pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {
include/drm/intel/pciids.h
36
.class = PCI_BASE_CLASS_DISPLAY << 16, .class_mask = 0xff << 16, \
include/drm/intel/pciids.h
43
.class = PCI_BASE_CLASS_DISPLAY << 16, .class_mask = 0xff << 16, \
include/linux/pci.h
807
return (pdev->class >> 16) == PCI_BASE_CLASS_DISPLAY;
sound/hda/controllers/intel.c
1433
while ((pdev = pci_get_base_class(PCI_BASE_CLASS_DISPLAY, pdev))) {