Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DISPLAY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h145 #define PCI_CLASS_DISPLAY 0x03 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dpcicfg.h181 #undef PCI_CLASS_DISPLAY
192 PCI_CLASS_DISPLAY, enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dpcicfg.h181 #undef PCI_CLASS_DISPLAY
192 PCI_CLASS_DISPLAY, enumerator
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c59 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
72 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
78 == ((PCI_CLASS_DISPLAY << 16) | (PCI_SUBCLASS_DISPLAY_VGA << 8)))