Searched refs:bContextSwitchRequired (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/utils/
H A Dcontext.h54 TI_BOOL bContextSwitchRequired; member in struct:__anon1910
H A Dcontext.c72 TI_BOOL bContextSwitchRequired; /* Indicate if the driver should switch to its */ member in struct:__anon1909
188 pContext->bContextSwitchRequired = pContextInitParams->bContextSwitchRequired;
291 if (pContext->bContextSwitchRequired)
391 if (pContext->bContextSwitchRequired)
477 WLAN_OS_REPORT(("bContextSwitchRequired = %d\n", pContext->bContextSwitchRequired));
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c3791 sizeof p->tContextInitParams.bContextSwitchRequired,
3792 (TI_UINT8*)&p->tContextInitParams.bContextSwitchRequired );

Completed in 73 milliseconds