Searched refs:BOOLEAN (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/char/mwave/ |
H A D | mwavedd.h | 128 BOOLEAN bIsEnabled; 129 BOOLEAN bIsHere; 138 BOOLEAN bBDInitialized; 139 BOOLEAN bResourcesClaimed; 140 BOOLEAN bDSPEnabled; 141 BOOLEAN bDSPReset; 143 BOOLEAN bMwaveDevRegistered;
|
H A D | smapi.h | 54 #define BOOLEAN int macro 77 int smapi_set_DSP_power_state(BOOLEAN bOn);
|
H A D | tp3780i.c | 286 BOOLEAN bDSPPoweredUp = FALSE, bInterruptAllocated = FALSE; tp3780I_EnableDSP() 519 BOOLEAN bRC = 0; tp3780I_ReadWriteDspDStore() 555 BOOLEAN bRC = 0; tp3780I_ReadWriteDspIStore()
|
H A D | smapi.c | 496 int smapi_set_DSP_power_state(BOOLEAN bOn) smapi_set_DSP_power_state()
|
/linux-4.1.27/include/net/ |
H A D | bond_3ad.h | 193 u16 receive_state; /* BOOLEAN */ 194 u16 transmit_state; /* BOOLEAN */ 198 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
|
/linux-4.1.27/scripts/ |
H A D | sign-file | 89 my $BOOLEAN = 0x01; 222 my $x_crit = asn1_extract($ext->[1], $UNIV | $BOOLEAN, 1);
|
H A D | asn1_compiler.c | 218 _(BOOLEAN),
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | se.c | 363 enum { VOLUME1, VOLUME2, BOOLEAN, ENUM } type; enumerator in enum:se200pci_control::__anon14544 417 .type = BOOLEAN 620 case BOOLEAN: se200pci_add_controls()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 292 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver 293 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC
|
/linux-4.1.27/tools/perf/util/ |
H A D | parse-options.c | 625 default: /* OPTION_{BIT,BOOLEAN,SET_UINT,SET_PTR} */ print_option_help()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_HTProc.c | 93 pMgntInfo->bTxEnableFwCalcDur = (BOOLEAN)pNdisCommon->bRegTxEnableFwCalcDur; HTUpdateDefaultSetting()
|
/linux-4.1.27/include/media/ |
H A D | v4l2-ctrls.h | 638 * INTEGER, BOOLEAN, MENU, INTEGER MENU and BITMASK. For menu controls the
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 2034 // BOOLEAN RingIsUp ; smt_stat_counter()
|
/linux-4.1.27/sound/usb/ |
H A D | mixer.c | 2257 static char *val_types[] = {"BOOLEAN", "INV_BOOLEAN", snd_usb_mixer_dump_cval()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | airo.c | 1383 * Returns: BOOLEAN if successful, otherwise false. 1443 * Returns: BOOLEAN - TRUE if packet should be dropped otherwise FALSE
|
Completed in 502 milliseconds