Searched refs:LIBUSB_REQ_IN (Results 1 – 2 of 2) sorted by relevance
154 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN) macro155 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type))
3433 if (LIBUSB_REQ_IN(request_type) && request == HID_REQ_GET_REPORT) in _hid_class_request()