Home
last modified time | relevance | path

Searched refs:WMi_CheckState (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_dcf.c42 result = WMi_CheckState(WM_STATE_CHILD); in WM_StartDCF()
107 result = WMi_CheckState(WM_STATE_DCF_CHILD); in WM_SetDCFData()
164 result = WMi_CheckState(WM_STATE_DCF_CHILD); in WM_EndDCF()
Dwm_standard.c89 result = WMi_CheckState(WM_STATE_READY); in WMi_EnableEx()
128 result = WMi_CheckState(WM_STATE_STOP); in WM_Disable()
158 result = WMi_CheckState(WM_STATE_STOP); in WM_PowerOn()
188 result = WMi_CheckState(WM_STATE_IDLE); in WM_PowerOff()
335 result = WMi_CheckState(WM_STATE_IDLE); in WM_End()
369 result = WMi_CheckState(WM_STATE_IDLE); in WM_SetParentParameter()
488 result = WMi_CheckState(WM_STATE_IDLE); in WMi_StartParentEx()
556 result = WMi_CheckState(WM_STATE_PARENT); in WM_EndParent()
765 result = WMi_CheckState(WM_STATE_SCAN); in WM_EndScan()
805 result = WMi_CheckState(WM_STATE_IDLE); in WM_StartConnectEx()
Dwm_etc.c55 result = WMi_CheckState(WM_STATE_IDLE); in WM_StartTestMode()
96 result = WMi_CheckState(WM_STATE_TESTMODE); in WM_StopTestMode()
126 result = WMi_CheckState(WM_STATE_IDLE); in WM_StartTestRxMode()
165 result = WMi_CheckState(WM_STATE_TESTMODE_RX); in WM_StopTestRxMode()
480 result = WMi_CheckState(WM_STATE_IDLE); in WM_MeasureChannel()
637 result = WMi_CheckState(WM_STATE_DCF_CHILD); in WM_SetPowerSaveMode()
Dwm_system.c263 result = WMi_CheckState(WM_STATE_READY); in WM_Finish()
/TwlSDK-5.1.0/build/libraries/wm/ARM9/inc/
Dwm_arm9_private.h130 static inline WMErrCode WMi_CheckState(u32 state) in WMi_CheckState() function