Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dep0.c249 struct usb_string_descriptor *string_descriptor; in ep0_get_descriptor() local
250 if (!(string_descriptor = usbd_get_string (index))) { in ep0_get_descriptor()
254 dbg_ep0(3, "string_descriptor: %p length %d", string_descriptor, string_descriptor->bLength); in ep0_get_descriptor()
255 copy_config (urb, string_descriptor, string_descriptor->bLength, max); in ep0_get_descriptor()