Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dep0.c248 struct usb_string_descriptor *string_descriptor; in ep0_get_descriptor() local
249 if (!(string_descriptor = usbd_get_string (index))) { in ep0_get_descriptor()
253 dbg_ep0(3, "string_descriptor: %p length %d", string_descriptor, string_descriptor->bLength); in ep0_get_descriptor()
254 copy_config (urb, string_descriptor, string_descriptor->bLength, max); in ep0_get_descriptor()