Home
last modified time | relevance | path

Searched refs:IS_VGA (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c76 #define IS_VGA(c) \ macro
131 && ((num == 1) || IS_VGA(info->device_class))) { in xf86PciProbe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Datafb.c205 enum cardtype { IS_VGA, IS_MV300 }; enumerator
206 static enum cardtype external_card_type = IS_VGA;
2222 case IS_VGA: in ext_setcolreg()
2866 external_card_type = IS_VGA; in atafb_setup_ext()