Home
last modified time | relevance | path

Searched refs:USBPORT_TMFLAG_HC_SUSPENDED (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dpower.c131 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()
H A Dusbport.h94 #define USBPORT_TMFLAG_HC_SUSPENDED 0x00000002 macro
H A Dusbport.c1597 if (TimerFlags & USBPORT_TMFLAG_HC_SUSPENDED) in USBPORT_TimerDpc()