Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dusb100.h62 #define USB_ENDPOINT_TYPE_CONTROL 0x00 macro
/reactos/drivers/usb/usbport/
H A Droothub.c898 EndpointDescriptor->bmAttributes = USB_ENDPOINT_TYPE_CONTROL; in USBPORT_RootHubCreateDevice()
H A Dendpoint.c886 case USB_ENDPOINT_TYPE_CONTROL: in USBPORT_OpenPipe()