Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h154 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN) macro
155 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type))
Dwindows_winusb.c3433 if (LIBUSB_REQ_IN(request_type) && request == HID_REQ_GET_REPORT) in _hid_class_request()