Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/common/
Droles.c151 static const char * const usb_roles[] = { variable
163 return sprintf(buf, "%s\n", usb_roles[role]); in role_show()
172 ret = sysfs_match_string(usb_roles, buf); in role_store()