Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c12 static int copy_to_unicode(char *buff, int length, const char *str) in copy_to_unicode() function
45 return copy_to_unicode(buff, length, ptr->s); in usb_emul_get_string()