Home
last modified time | relevance | path

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

/drivers/power/
Dpower_supply_sysfs.c267 char *ret, *ustr; in kstruprdup() local
269 ustr = ret = kmalloc(strlen(str) + 1, gfp); in kstruprdup()
275 *ustr++ = toupper(*str++); in kstruprdup()
277 *ustr = 0; in kstruprdup()
/drivers/usb/phy/
Dclass-dual-role.c58 char *ret, *ustr; in kstrdupcase() local
60 ustr = ret = kmalloc(strlen(str) + 1, gfp); in kstrdupcase()
66 *ustr++ = to_upper ? toupper(*str++) : tolower(*str++); in kstrdupcase()
68 *ustr = 0; in kstrdupcase()