Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
vb_setmode.h
Go to the documentation of this file.
1 #ifndef _VBSETMODE_
2 #define _VBSETMODE_
3 
4 extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
5 extern void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
6  struct vb_device_info *);
7 extern void XGI_LockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
8  struct vb_device_info *);
9 extern void XGI_DisplayOff(struct xgifb_video_info *,
10  struct xgi_hw_device_info *,
11  struct vb_device_info *);
12 extern void XGI_GetVBType(struct vb_device_info *);
13 extern void XGI_SenseCRT1(struct vb_device_info *);
14 extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
15  struct xgi_hw_device_info *HwDeviceExtension,
16  unsigned short ModeNo) ;
17 
18 extern unsigned char XGI_SearchModeID(unsigned short ModeNo,
19  unsigned short *ModeIdIndex,
20  struct vb_device_info *);
21 extern unsigned char XGI_BridgeIsOn(struct vb_device_info *);
22 extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
23  unsigned short ModeNo,
24  unsigned short ModeIdIndex,
25  struct vb_device_info *);
26 
27 #endif