Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h138 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_config.c376 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) in fconfig_composite_setup()
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c486 case USB_REQ_GET_DESCRIPTOR: in usb_composite_setup()