Home
last modified time | relevance | path

Searched refs:MiniPortInterface (Results 1 – 10 of 10) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dusbport.c1797 PUSBPORT_MINIPORT_INTERFACE MiniPortInterface; in USBPORT_FindMiniPort() local
1815 MiniPortInterface); in USBPORT_FindMiniPort()
1825 return MiniPortInterface; in USBPORT_FindMiniPort()
1837 PUSBPORT_MINIPORT_INTERFACE MiniPortInterface; in USBPORT_AddDevice() local
1853 if (!MiniPortInterface) in USBPORT_AddDevice()
1947 FdoExtension->MiniPortInterface = MiniPortInterface; in USBPORT_AddDevice()
1972 PUSBPORT_MINIPORT_INTERFACE MiniPortInterface; in USBPORT_Unload() local
1978 if (!MiniPortInterface) in USBPORT_Unload()
2846 if (!MiniPortInterface) in USBPORT_RegisterUSBPortDriver()
2855 MiniPortInterface->Version = Version; in USBPORT_RegisterUSBPortDriver()
[all …]
H A Droothub.c54 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RH_SetFeatureUSB2PortPower()
73 CompanionPacket = &CompanionFdoExtension->MiniPortInterface->Packet; in USBPORT_RH_SetFeatureUSB2PortPower()
122 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubClassCommand()
352 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubStandardCommand()
560 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubSCE()
678 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubEndpointWorker()
773 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubCreateDevice()
941 FdoExtension->MiniPortInterface->Packet.RH_DisableIrq(FdoExtension->MiniPortExt); in USBPORT_InvalidateRootHub()
982 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubPowerAndChirpAllCcPorts()
1010 CompanionPacket = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RootHubPowerAndChirpAllCcPorts()
[all …]
H A Dendpoint.c377 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_SetEndpointState()
561 Packet = &FdoExtension->MiniPortInterface->Packet; in MiniportCloseEndpoint()
671 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_ClosePipe()
734 Packet = &FdoExtension->MiniPortInterface->Packet; in MiniportOpenEndpoint()
794 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_OpenPipe()
1178 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_ReopenPipe()
1334 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_InvalidateEndpointHandler()
1429 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_DmaEndpointPaused()
1537 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_DmaEndpointActive()
1670 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_EndpointWorker()
H A Dpnp.c528 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_StartDevice()
1056 Status = IoCreateDevice(FdoExtension->MiniPortInterface->DriverObject, in USBPORT_CreatePdo()
1128 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_FdoPnP()
1421 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_GetDeviceHwIds()
1697 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_PdoPnP()
H A Dpower.c120 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_SuspendController()
157 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_ResumeController()
H A Diface.c440 Packet = &FdoExtension->MiniPortInterface->Packet; in USBHI_GetExtendedHubInformation()
763 Packet = &FdoExtension->MiniPortInterface->Packet; in USBDI_IsDeviceHighSpeed()
H A Durb.c55 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_HandleGetCurrentFrame()
127 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_ResetPipe()
H A Ddevice.c1008 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_CreateDevice()
1860 Packet = &FdoExtension->MiniPortInterface->Packet; in USBPORT_RestoreDevice()
H A Dusbport.h307 PUSBPORT_MINIPORT_INTERFACE MiniPortInterface; member
H A Dusb2.c871 Packet = &FdoExtension->MiniPortInterface->Packet; in USB2_RebalanceEndpoint()