Home
last modified time | relevance | path

Searched refs:ENDPOINT_FLAG_OPENED (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dendpoint.c565 if (Endpoint->Flags & ENDPOINT_FLAG_OPENED) in MiniportCloseEndpoint()
581 Endpoint->Flags &= ~ENDPOINT_FLAG_OPENED; in MiniportCloseEndpoint()
754 Endpoint->Flags |= ENDPOINT_FLAG_OPENED; in MiniportOpenEndpoint()
H A Dusbport.h117 #define ENDPOINT_FLAG_OPENED 0x00000200 macro