Searched refs:BOOLEAN (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.h29 extern BOOLEAN XGIInitNew(PXGI_HW_DEVICE_INFO HwDeviceExtension,
H A Dvgatypes.h123 #ifndef BOOLEAN
124 typedef UCHAR BOOLEAN; typedef in typeref:typename:UCHAR
215 typedef BOOLEAN (*PXGI_QUERYSPACE) (PXGI_HW_DEVICE_INFO, ULONG, ULONG, CARD32 *);
223 BOOLEAN UseROM; /* Use the ROM image if provided */
250 BOOLEAN bNewScratch;
257 BOOLEAN bIntegratedMMEnabled;/* supporting integration MM enable */
259 BOOLEAN bSkipDramSizing; /* True: Skip video memory sizing. */
261 BOOLEAN bSkipSense;
263 BOOLEAN bIsPowerSaving; /* True: XGIInit() is invoked by power management,
H A Dvb_setmode.h50 extern BOOLEAN XGISetModeNew(PXGI_HW_DEVICE_INFO HwDeviceExtension,
53 extern BOOLEAN CheckDualChip(PVB_DEVICE_INFO );
54 extern BOOLEAN XGI_GetLCDInfo(USHORT ModeNo,USHORT ModeIdIndex,PVB_DEVICE_INFO );
55 extern BOOLEAN XGI_BridgeIsOn( PVB_DEVICE_INFO );
56 extern BOOLEAN XGI_SetCRT2Group301(USHORT ModeNo, PXGI_HW_DEVICE_INFO HwDeviceExtension, PVB_DEVICE_INFO);
84 extern BOOLEAN XGI_XG21CheckLVDSMode(USHORT ModeNo,USHORT ModeIdIndex, PVB_DEVICE_INFO pVBInfo );
H A Dvb_i2c.h179 extern BOOLEAN I2CNull( PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
180 extern BOOLEAN I2CRead(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
181 extern BOOLEAN I2CWrite(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
182 extern BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
183 extern BOOLEAN I2CRead(PXGI_HW_DEVICE_INFO pHWDE,PI2CControl pI2CControl);
184 extern BOOLEAN I2CWrite(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
185 extern BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
186 extern BOOLEAN bGetEDID(PXGI_HW_DEVICE_INFO, ULONG , PUCHAR, ULONG);
H A Dvb_i2c.c52 BOOLEAN I2CNull( PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
53 BOOLEAN I2CRead(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
54 BOOLEAN I2CWrite(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
55 BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
56 BOOLEAN I2CRead(PXGI_HW_DEVICE_INFO pHWDE,PI2CControl pI2CControl);
57 BOOLEAN I2CWrite(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
58 BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
59 BOOLEAN Ack (PXGI_HW_DEVICE_INFO pHWDE, bool fPut);
60 BOOLEAN NoAck(PXGI_HW_DEVICE_INFO pHWDE);
61 BOOLEAN Star
[all...]
H A Dxgi.h569 BOOLEAN CRT1gamma;
751 BOOLEAN HaveCustomModes; /* Jong 07/27/2009; support customer modes */
830 BOOLEAN UseHWARGBCursor;
831 BOOLEAN HWARGBCursor;
833 BOOLEAN restorebyset;
834 BOOLEAN nocrt2ddcdetection;
835 BOOLEAN forcecrt2redetection;
836 BOOLEAN CRT1gamma, CRT1gammaGiven, CRT2gamma, XvGamma, XvGammaGiven;
838 BOOLEAN XvDefDisableGfx, XvDefDisableGfxLR;
839 BOOLEAN XvUseMemcp
[all...]
H A Dinit.h127 BOOLEAN XGIBIOSSetMode(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo,
130 BOOLEAN XGIBIOSSetModeCRT1(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo,
H A Dvb_ext.c57 static BOOLEAN XGINew_BridgeIsEnable(PXGI_HW_DEVICE_INFO,
60 static BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx,
63 static BOOLEAN XGINew_SenseHiTV(PXGI_HW_DEVICE_INFO HwDeviceExtension,
90 BOOLEAN XGI_Is301C( PVB_DEVICE_INFO pVBInfo )
110 BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx, PVB_DEVICE_INFO pVBInfo)
352 BOOLEAN XGINew_BridgeIsEnable( PXGI_HW_DEVICE_INFO HwDeviceExtension ,PVB_DEVICE_INFO pVBInfo)
379 BOOLEAN XGINew_SenseHiTV( PXGI_HW_DEVICE_INFO HwDeviceExtension , PVB_DEVICE_INFO pVBInfo )
H A Dinit.c378 BOOLEAN
443 static BOOLEAN
901 BOOLEAN
907 BOOLEAN SetModeRet = FALSE ;
988 BOOLEAN
H A Dvb_setmode.c58 BOOLEAN CheckDualChip(PVB_DEVICE_INFO pVBInfo);
59 static BOOLEAN XGI_IsLCDDualLink(PVB_DEVICE_INFO pVBInfo);
60 BOOLEAN XGI_SetCRT2Group301(USHORT ModeNo,
63 BOOLEAN XGI_BacklightByDrv(PVB_DEVICE_INFO pVBInfo);
65 BOOLEAN XGI_IsLCDON(PVB_DEVICE_INFO pVBInfo);
66 BOOLEAN XGI_DisableChISLCD(PVB_DEVICE_INFO pVBInfo);
67 BOOLEAN XGI_EnableChISLCD(PVB_DEVICE_INFO pVBInfo);
68 BOOLEAN XGI_AjustCRT2Rate(USHORT ModeNo, USHORT ModeIdIndex,
71 BOOLEAN XGI_GetLCDInfo(USHORT ModeNo, USHORT ModeIdIndex,
73 BOOLEAN XGI_BridgeIsO
[all...]
H A Dvb_struct.h426 BOOLEAN ISXPDOS;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c224 BOOLEAN
243 BOOLEAN
264 BOOLEAN
297 BOOLEAN
327 BOOLEAN
349 BOOLEAN
350 Gal_set_softvga_state(BOOLEAN bEnable)
371 BOOLEAN
394 BOOLEAN
417 BOOLEAN
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dvstruct.h248 BOOLEAN UseROM;
291 BOOLEAN SiS_UseROM;
292 BOOLEAN SiS_ROMNew;
293 BOOLEAN SiS_XGIROM;
294 BOOLEAN SiS_NeedRomModeData;
295 BOOLEAN PanelSelfDetected;
296 BOOLEAN DDCPortMixup;
298 BOOLEAN SiS_CHSOverScan;
299 BOOLEAN SiS_ChSW;
300 BOOLEAN SiS_UseLCD
[all...]
H A Dvgatypes.h66 #ifndef BOOLEAN
67 typedef unsigned int BOOLEAN; typedef in typeref:typename:unsigned int
H A Dinitextx.h460 DisplayModePtr SiSBuildBuiltInModeList(ScrnInfoPtr pScrn, BOOLEAN, BOOLEAN, BOOLEAN, BOOLEAN);
463 BOOLEAN SiS_GetPanelID(struct SiS_Private *SiS_Pr);
482 extern BOOLEAN SiSInitPtr(struct SiS_Private *SiS_Pr);
489 unsigned short adaptnum, unsigned short DDCdatatype, BOOLEAN checkcr32,
H A Dsis_driver.h1668 int Depth, BOOLEAN FSTN, int LCDwith, int LCDheight);
1670 int VDisplay, int Depth, BOOLEAN FSTN, unsigned short CustomT,
1678 extern BOOLEAN SiSDetermineROMLayout661(struct SiS_Private *SiS_Pr);
1679 extern BOOLEAN SiSBIOSSetMode(struct SiS_Private *SiS_Pr,
1680 ScrnInfoPtr pScrn, DisplayModePtr mode, BOOLEAN IsCustom);
1681 extern BOOLEAN SiSSetMode(struct SiS_Private *SiS_Pr,
1682 ScrnInfoPtr pScrn, unsigned short ModeNo, BOOLEAN dosetpitch);
1683 extern BOOLEAN SiSBIOSSetModeCRT1(struct SiS_Private *SiS_Pr,
1684 ScrnInfoPtr pScrn, DisplayModePtr mode, BOOLEAN IsCustom);
1685 extern BOOLEAN SiSBIOSSetModeCRT
[all...]
H A Dinitextx.c188 SiSBuildBuiltInModeList(ScrnInfoPtr pScrn, BOOLEAN includelcdmodes, BOOLEAN isfordvi,
189 BOOLEAN fakecrt2modes, BOOLEAN IsForCRT2)
196 BOOLEAN done = FALSE, IsHDCLK;
598 BOOLEAN
661 static BOOLEAN
687 static BOOLEAN
709 BOOLEAN done = FALSE;
745 BOOLEAN checkexpan
[all...]
H A Dinit.h1518 BOOLEAN SiSInitPtr(struct SiS_Private *SiS_Pr);
1521 int Depth, BOOLEAN FSTN, int LCDwith, int LCDheight);
1524 int VDisplay, int Depth, BOOLEAN FSTN,
1555 BOOLEAN SiSDetermineROMLayout661(struct SiS_Private *SiS_Pr);
1560 BOOLEAN SiS_SearchModeID(struct SiS_Private *SiS_Pr, unsigned short *ModeNo,
1578 BOOLEAN SiSSetMode(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn, unsigned short ModeNo,
1579 BOOLEAN dosetpitch);
1580 BOOLEAN SiSBIOSSetMode(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn,
1581 DisplayModePtr mode, BOOLEAN IsCustom);
1582 BOOLEAN SiSBIOSSetModeCRT
[all...]
H A Dinit301.h316 BOOLEAN SiS_IsDualEdge(struct SiS_Private *SiS_Pr);
317 BOOLEAN SiS_IsVAMode(struct SiS_Private *SiS_Pr);
332 BOOLEAN SiS_SetCRT2Group(struct SiS_Private *SiS_Pr, unsigned short ModeNo);
356 static BOOLEAN SiS_SetTrumpionBlock(struct SiS_Private *SiS_Pr, unsigned char *dataptr);
369 BOOLEAN checkcr32, unsigned int VBFlags2);
376 BOOLEAN checkcr32, unsigned int VBFlags2);
422 extern BOOLEAN SiS_SearchModeID(struct SiS_Private *, unsigned short *, unsigned short *);
H A Dinit.c323 BOOLEAN
351 int Depth, BOOLEAN FSTN, int LCDwidth, int LCDheight)
489 int Depth, BOOLEAN FSTN, unsigned short CustomT, int LCDwidth, int LCDheight,
1251 BOOLEAN
1486 static BOOLEAN
1603 BOOLEAN
1694 static BOOLEAN
3234 BOOLEAN isslavemode = FALSE;
3261 BOOLEAN
3262 SiSSetMode(struct SiS_Private *SiS_Pr, ScrnInfoPtr pScrn, unsigned short ModeNo, BOOLEAN dosetpitc
[all...]
H A Dinit301.c204 static BOOLEAN
409 static BOOLEAN
425 static BOOLEAN
694 static BOOLEAN
702 static BOOLEAN
712 BOOLEAN
725 BOOLEAN
740 static BOOLEAN
749 static BOOLEAN
764 static BOOLEAN
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Common_Types.h98 #ifndef BOOLEAN
99 typedef uint8_t BOOLEAN; typedef in typeref:typename:uint8_t
141 #define TRUE ((BOOLEAN) 1 == 1)
145 #define FALSE ((BOOLEAN) 0 == 1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h39 BOOLEAN fSystemImage;
40 BOOLEAN fDOSImage;
65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size);
527 BOOLEAN Reparse;
545 BOOLEAN Reparse;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h39 BOOLEAN fSystemImage;
40 BOOLEAN fDOSImage;
65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size);
527 BOOLEAN Reparse;
545 BOOLEAN Reparse;
/xsrc/external/mit/libXaw/dist/src/
H A DActions.c52 #define BOOLEAN 0 macro
295 return (info->token = BOOLEAN);
359 case BOOLEAN:

Completed in 45 milliseconds

12