Searched refs:USBPORT_TMFLAG_HC_SUSPENDED (Results 1 – 3 of 3) sorted by relevance
131 FdoExtension->TimerFlags |= USBPORT_TMFLAG_HC_SUSPENDED; in USBPORT_SuspendController()166 FdoExtension->TimerFlags &= ~(USBPORT_TMFLAG_HC_SUSPENDED | in USBPORT_ResumeController()188 FdoExtension->TimerFlags |= (USBPORT_TMFLAG_HC_SUSPENDED | in USBPORT_ResumeController()217 FdoExtension->TimerFlags &= ~(USBPORT_TMFLAG_HC_SUSPENDED | in USBPORT_ResumeController()
94 #define USBPORT_TMFLAG_HC_SUSPENDED 0x00000002 macro
1597 if (TimerFlags & USBPORT_TMFLAG_HC_SUSPENDED) in USBPORT_TimerDpc()