Home
last modified time | relevance | path

Searched refs:TotalBusBandwidth (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dpnp.c517 ULONG TotalBusBandwidth = 0; in USBPORT_StartDevice() local
742 TotalBusBandwidth = Packet->MiniPortBusBandwidth; in USBPORT_StartDevice()
743 FdoExtension->TotalBusBandwidth = TotalBusBandwidth; in USBPORT_StartDevice()
750 &TotalBusBandwidth, in USBPORT_StartDevice()
751 sizeof(TotalBusBandwidth)); in USBPORT_StartDevice()
753 if (TotalBusBandwidth != FdoExtension->TotalBusBandwidth) in USBPORT_StartDevice()
755 FdoExtension->TotalBusBandwidth = TotalBusBandwidth; in USBPORT_StartDevice()
760 FdoExtension->Bandwidth[ix] = FdoExtension->TotalBusBandwidth - in USBPORT_StartDevice()
761 FdoExtension->TotalBusBandwidth / 10; in USBPORT_StartDevice()
H A Dendpoint.c69 ULONG TotalBusBandwidth; in USBPORT_AllocateBandwidth() local
97 TotalBusBandwidth = FdoExtension->TotalBusBandwidth; in USBPORT_AllocateBandwidth()
106 MinBandwidth = TotalBusBandwidth; in USBPORT_AllocateBandwidth()
H A Dusbport.h368 ULONG TotalBusBandwidth; member
/reactos/sdk/include/psdk/
H A Dusbuser.h274 ULONG TotalBusBandwidth; member