Lines Matching refs:Info
168 pCore->Info.CurrentStatus = USER_USB_STATE_POWERED; in USBDCore_Init()
183 API_USB_POWER_UP(pCore->pDriver, pCore->Info.CurrentFeature.Bits.bSelfPowered); in USBDCore_MainRoutine()
185 if (pCore->Info.CurrentStatus == USER_USB_STATE_SUSPENDED) in USBDCore_MainRoutine()
213 if (pCore->Info.CurrentStatus >= USER_USB_STATE_POWERED) in _USBDCore_Suspend()
216 pCore->Info.LastStatus = pCore->Info.CurrentStatus; in _USBDCore_Suspend()
217 pCore->Info.CurrentStatus = USER_USB_STATE_SUSPENDED; in _USBDCore_Suspend()
232 pCore->Info.uCurrentConfiguration = 0; in _USBDCore_Reset()
233 pCore->Info.uCurrentInterface = 0; in _USBDCore_Reset()
234 pCore->Info.CurrentFeature.Bits.bRemoteWakeup = 0; in _USBDCore_Reset()
235 pCore->Info.CurrentStatus = USER_USB_STATE_DEFAULT; in _USBDCore_Reset()
236 pCore->Info.uIsDiscardClearFeature = FALSE; in _USBDCore_Reset()
258 pCore->Info.CurrentStatus = pCore->Info.LastStatus; in _USBDCore_Resume()