Home
last modified time | relevance | path

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

/drivers/staging/ced1401/userspace/
Duse1401.c243 static BOOL abGrabbed[MAX1401] = {0}; // Flag for grabbed, set true by grab1401
254 static BOOL bWindows9x = FALSE; // if we are Windows 95 or better
258 static BOOL abUseNTDIOC[MAX1401]; // Use NT-style DIOC parameters */
471 BOOL bDone = FALSE; // true at end of number in U14StrToLongs()
1212 BOOL bOldName = FALSE; /* start by looking for a modern driver */ in U14TryToOpen()
1240 abUseNTDIOC[nDev-1] = (BOOL)(!bWindows9x || !bOldName); in U14TryToOpen()
1551 BOOL bSpaceToSend; // space to send yet in U14SendString()
1565 bSpaceToSend = (BOOL)((long)U14OutBufSpace(hand) >= nChars); in U14SendString()
1575 bSpaceToSend = (BOOL)((long)U14OutBufSpace(hand) >= nChars); in U14SendString()
1645 bSpaceToSend = (BOOL)((long)U14OutBufSpace(hand) >= nChars); in U14SendString()
[all …]
/drivers/staging/ced1401/
Duse1401.h230 U14API(short) U14SetTransferEvent(short hand, WORD wArea, BOOL bEvent,
231 BOOL bToHost, DWORD dwStart, DWORD dwLength);
241 U14API(short) U14SetCircular(short hand, WORD wArea, BOOL bToHost, void *pvBuff,
Dmachine.h82 typedef int BOOL; // To match Windows typedef
/drivers/hwmon/
Dgl518sm.c183 show(BOOL, fan_auto1, fan_auto1);
197 show(BOOL, beep_enable, beep_enable);
274 set_bits(BOOL, fan_auto1, fan_auto1, GL518_REG_MISC, 0x08, 3);
283 set_bits(BOOL, beep_enable, beep_enable, GL518_REG_CONF, 0x04, 2);