Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h150 #define LIBUSB_REQ_RECIPIENT(request_type) ((request_type) & 0x1F) macro
Dwindows_winusb.c3598 if ((LIBUSB_REQ_RECIPIENT(request_type) != LIBUSB_RECIPIENT_INTERFACE) in _hid_class_request()
3599 && (LIBUSB_REQ_RECIPIENT(request_type) != LIBUSB_RECIPIENT_DEVICE)) in _hid_class_request()
3913 r = _hid_get_descriptor(dev_handle->dev, hid_handle, LIBUSB_REQ_RECIPIENT(setup->RequestType), in hid_submit_control_transfer()
4263 switch (LIBUSB_REQ_RECIPIENT(setup->RequestType)) { in composite_submit_control_transfer()