Searched refs:USB_DT_STRING (Results 1 – 12 of 12) sorted by relevance
232 #define USB_DT_STRING 0x03 macro265 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
148 desc = usb_find_desc(desc, eof, USB_DT_STRING); in usb_find_str_desc()
213 USB_DT_STRING = 3, enumerator
322 (USB_DT_STRING << 8) + index, in usb_get_string()
521 case USB_DT_STRING << 8: in rh_call_control()
367 if (tbuf[1] != USB_DT_STRING) in usb_string()
298 case USB_DT_STRING: in usbdc_get_desc_req()
743 case USB_DT_STRING: in udc_handle_ep0_idle()
Completed in 33 milliseconds