Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dclass-dual-role.c56 static char *kstrdupcase(const char *str, gfp_t gfp, bool to_upper) in kstrdupcase() argument
66 *ustr++ = to_upper ? toupper(*str++) : tolower(*str++); in kstrdupcase()