Home
last modified time | relevance | path

Searched refs:UDESC_REPORT (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusbhid.h36 #define UDESC_REPORT 0x22 macro
Dusb_request.c1842 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_req_get_report_descriptor()
/third_party/NuttX/drivers/usbdev/gadget/
Df_hid.c673 if ((w_value >> 8) == UDESC_REPORT) in usbclass_hid_setup()