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.h152 #define LIBUSB_REQ_RECIPIENT(request_type) ((request_type) & 0x1F) macro
Dwindows_winusb.c3426 if ((LIBUSB_REQ_RECIPIENT(request_type) != LIBUSB_RECIPIENT_INTERFACE) in _hid_class_request()
3427 && (LIBUSB_REQ_RECIPIENT(request_type) != LIBUSB_RECIPIENT_DEVICE)) in _hid_class_request()
3743 r = _hid_get_descriptor(priv->hid, wfd.handle, LIBUSB_REQ_RECIPIENT(setup->request_type), in hid_submit_control_transfer()
4124 switch (LIBUSB_REQ_RECIPIENT(setup->request_type)) { in composite_submit_control_transfer()