Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/mei/pxp/
H A Dmei_pxp.c243 pdev->class != (PCI_CLASS_DISPLAY_OTHER << 8)) in mei_pxp_component_match()
/linux-6.15/drivers/gpu/drm/qxl/
H A Dqxl_drv.c54 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_OTHER << 8,
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c572 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
H A Dradeon_bios.c204 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in radeon_atrm_get_bios()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c304 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in amdgpu_atrm_get_bios()
H A Damdgpu_atpx_handler.c620 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
H A Damdgpu_drv.c2161 .class = PCI_CLASS_DISPLAY_OTHER << 8,
2275 (pdev->class >> 8) == PCI_CLASS_DISPLAY_OTHER) { in amdgpu_pci_probe()
H A Damdgpu_acpi.c1412 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in amdgpu_acpi_detect()
H A Damdgpu_device.c4435 (pdev->class >> 8) == PCI_CLASS_DISPLAY_OTHER) { in amdgpu_device_init()
/linux-6.15/samples/vfio-mdev/
H A Dmdpy.c126 PCI_CLASS_DISPLAY_OTHER); in mdpy_create_config_space()
H A Dmbochs.c235 PCI_CLASS_DISPLAY_OTHER); in mbochs_create_config_space()
/linux-6.15/include/linux/
H A Dpci_ids.h42 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
/linux-6.15/sound/pci/hda/
H A Dhda_intel.c1425 (pdev->class != PCI_CLASS_DISPLAY_OTHER << 8)) in atpx_present()