Lines Matching refs:infoForWC
369 static WHCompatibleInfoForWC infoForWC[1] ATTRIBUTE_ALIGN(32); variable
384 #define WH_PLAYER_MAX (infoForWC->parentParam.maxEntry + 1)
386 #define WH_CHILD_MAX infoForWC->parentParam.maxEntry
388 #define WH_DS_DATA_SIZE infoForWC->parentParam.childMaxSize
390 #define WH_PARENT_MAX_SIZE infoForWC->parentParam.parentMaxSize
392 #define WH_CHILD_MAX_SIZE infoForWC->parentParam.childMaxSize
394 #define WH_MP_FREQUENCY (u16)(infoForWC->parentParam.CS_Flag ? 0 : 1)
3645 WHCompatibleInfoForWC *info = infoForWC; in WcIndicateCallback()
3665 WHCompatibleInfoForWC *info = infoForWC; in WcStateScheduler()
3752 WHCompatibleInfoForWC *info = infoForWC; in WcStateCallback()
3886 OS_SleepThread(infoForWC->queue); in WcWaitForState()
3894 WHCompatibleInfoForWC *info = infoForWC; in WcInit()
3922 WHCompatibleInfoForWC *info = infoForWC; in WcFinish()
3961 return infoForWC->wcStatus; in WcGetStatus()
4006 infoForWC->pictoCatchCallback = func; in WcTurnOnPictoCatch()