Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DISPLAY_OTHER (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/misc/mei/pxp/
Dmei_pxp.c243 pdev->class != (PCI_CLASS_DISPLAY_OTHER << 8)) in mei_pxp_component_match()
/linux-6.12.1/drivers/gpu/drm/qxl/
Dqxl_drv.c53 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_OTHER << 8,
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c294 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in amdgpu_atrm_get_bios()
Damdgpu_atpx_handler.c632 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
Damdgpu_acpi.c1411 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in amdgpu_acpi_detect()
Damdgpu_drv.c2149 .class = PCI_CLASS_DISPLAY_OTHER << 8,
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c572 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
Dradeon_bios.c204 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in radeon_atrm_get_bios()
/linux-6.12.1/samples/vfio-mdev/
Dmdpy.c126 PCI_CLASS_DISPLAY_OTHER); in mdpy_create_config_space()
Dmbochs.c235 PCI_CLASS_DISPLAY_OTHER); in mbochs_create_config_space()
/linux-6.12.1/include/linux/
Dpci_ids.h42 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
/linux-6.12.1/sound/pci/hda/
Dhda_intel.c1419 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in atpx_present()