HomeSort by relevance Sort by last modified time
    Searched refs:bOperState (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
timer.c 60 TI_BOOL bOperState; /* TRUE when the driver is in operational state (not init or recovery) */
75 TI_BOOL bOperStateWhenStarted; /* The bOperState value when the timer was started */
237 pTimerModule->bOperState = TI_FALSE;
275 * \param bOperState - TRUE if driver state is now operational, FALSE if not.
279 void tmr_UpdateDriverState (TI_HANDLE hTimerModule, TI_BOOL bOperState)
292 if (bOperState == pTimerModule->bOperState)
295 TRACE1(pTimerModule->hReport, REPORT_SEVERITY_ERROR, "tmr_UpdateDriverState(): New bOperState (%d) is as current!\n", bOperState);
300 pTimerModule->bOperState = bOperState
    [all...]
timer.h 58 void tmr_UpdateDriverState (TI_HANDLE hTimerModule, TI_BOOL bOperState);

Completed in 161 milliseconds