Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/core/
Dsysfs.c358 static const char auto_string[] = "auto"; variable
374 const char *p = auto_string; in show_level()
402 else if (len == sizeof auto_string - 1 && in set_level()
403 strncmp(buf, auto_string, len) == 0) in set_level()