OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bContextSwitchRequired
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
context.h
54
TI_BOOL
bContextSwitchRequired
;
context.c
72
TI_BOOL
bContextSwitchRequired
; /* Indicate if the driver should switch to its */
188
pContext->
bContextSwitchRequired
= pContextInitParams->
bContextSwitchRequired
;
291
if (pContext->
bContextSwitchRequired
)
391
if (pContext->
bContextSwitchRequired
)
477
WLAN_OS_REPORT(("
bContextSwitchRequired
= %d\n", pContext->
bContextSwitchRequired
));
Completed in 31 milliseconds