Searched refs:UsbPortResources (Results 1 – 3 of 3) sorted by relevance
499 IN PUSBPORT_RESOURCES UsbPortResources) in USBPORT_StartDevice() argument525 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() argument975 if (UsbPortResources->ResourceBase) in USBPORT_ParseResources()993 if (UsbPortResources->ResourceBase) in USBPORT_ParseResources()1116 PUSBPORT_RESOURCES UsbPortResources; in USBPORT_FdoPnP() local1127 UsbPortResources = &FdoExtension->UsbPortResources; in USBPORT_FdoPnP()[all …]
200 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()
308 USBPORT_RESOURCES UsbPortResources; member