Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dpnp.c499 IN PUSBPORT_RESOURCES UsbPortResources) in USBPORT_StartDevice() argument
525 UsbPortResources); in USBPORT_StartDevice()
796 UsbPortResources->ShareVector, in USBPORT_StartDevice()
837 UsbPortResources); in USBPORT_StartDevice()
839 if (UsbPortResources->LegacySupport) in USBPORT_StartDevice()
914 IN PUSBPORT_RESOURCES UsbPortResources) in USBPORT_ParseResources() argument
975 if (UsbPortResources->ResourceBase) in USBPORT_ParseResources()
993 if (UsbPortResources->ResourceBase) in USBPORT_ParseResources()
1116 PUSBPORT_RESOURCES UsbPortResources; in USBPORT_FdoPnP() local
1127 UsbPortResources = &FdoExtension->UsbPortResources; in USBPORT_FdoPnP()
[all …]
H A Dpower.c200 RtlZeroMemory((PVOID)FdoExtension->UsbPortResources.StartVA, in USBPORT_ResumeController()
203 FdoExtension->UsbPortResources.IsChirpHandled = TRUE; in USBPORT_ResumeController()
206 &FdoExtension->UsbPortResources); in USBPORT_ResumeController()
208 FdoExtension->UsbPortResources.IsChirpHandled = FALSE; in USBPORT_ResumeController()
H A Dusbport.h308 USBPORT_RESOURCES UsbPortResources; member