Home
last modified time | relevance | path

Searched refs:MiniPortEndpointSize (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dendpoint.c796 EndpointSize = sizeof(USBPORT_ENDPOINT) + Packet->MiniPortEndpointSize; in USBPORT_OpenPipe()
843 Packet->MiniPortEndpointSize); in USBPORT_OpenPipe()
1204 Packet->MiniPortEndpointSize); in USBPORT_ReopenPipe()
H A Ddevice.c1886 RtlZeroMemory(Endpoint + 1, Packet->MiniPortEndpointSize); in USBPORT_RestoreDevice()
/reactos/sdk/include/reactos/drivers/usbport/
H A Dusbmport.h550 SIZE_T MiniPortEndpointSize; member
/reactos/drivers/usb/usbohci/
H A Dusbohci.c2522 RegPacket.MiniPortEndpointSize = sizeof(OHCI_ENDPOINT); in DriverEntry()
/reactos/drivers/usb/usbuhci/
H A Dusbuhci.c2707 RegPacket.MiniPortEndpointSize = sizeof(UHCI_ENDPOINT); in DriverEntry()
/reactos/drivers/usb/usbehci/
H A Dusbehci.c3637 RegPacket.MiniPortEndpointSize = sizeof(EHCI_ENDPOINT); in DriverEntry()