Searched refs:usb_gadget_get_string (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/gadget/
H A Dusbstring.c19 * usb_gadget_get_string - fill out a string descriptor
36 usb_gadget_get_string (const struct usb_gadget_strings *table, int id, u8 *buf) function
67 EXPORT_SYMBOL_GPL(usb_gadget_get_string); variable
H A Dcomposite.c1261 value = usb_gadget_get_string(s, id, buf);
/linux-master/include/linux/usb/
H A Dgadget.h813 * If you're using usb_gadget_get_string(), use this to wrap a string
826 * If you're using usb_gadget_get_string(), use this to wrap all the
840 int usb_gadget_get_string(const struct usb_gadget_strings *table, int id, u8 *buf);
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c389 rc = usb_gadget_get_string(lang_str, string_id, buf);

Completed in 251 milliseconds