Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c456 uint16_t w_value, w_length, w_Index; in usb_composite_setup() local
476 w_Index = UGETW(ctrl->wIndex); in usb_composite_setup()
515 value = composite_mkstrdesc(usb_cdev, (w_value & 0xff), w_Index, usb_req->buf); in usb_composite_setup()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_config.c380 uint16_t w_Index = UGETW(ctrl->wIndex); in fconfig_composite_setup() local
410 value = fconfig_mkstrdesc(usb_cdev, w_Index, strid, usb_req->buf); in fconfig_composite_setup()