Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbstor/
H A Derror.c35 …UsbBuildGetStatusRequest(Urb, URB_FUNCTION_GET_STATUS_FROM_ENDPOINT, bEndpointAddress & 0x0F, Valu… in USBSTOR_GetEndpointStatus()
/reactos/drivers/usb/usbstor_new/
H A Derror.c43 …UsbBuildGetStatusRequest(Urb, URB_FUNCTION_GET_STATUS_FROM_ENDPOINT, bEndpointAddress & 0x0F, Valu… in USBSTOR_GetEndpointStatus()
/reactos/drivers/usb/usbport/
H A Durb.c439 case URB_FUNCTION_GET_STATUS_FROM_ENDPOINT: in USBPORT_HandleGetStatus()
925 case URB_FUNCTION_GET_STATUS_FROM_ENDPOINT: in USBPORT_HandleSubmitURB()
/reactos/sdk/include/psdk/
H A Dusb.h107 #define URB_FUNCTION_GET_STATUS_FROM_ENDPOINT 0x0015 macro