Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dsysfs.c420 static const char auto_string[] = "auto"; variable
437 const char *p = auto_string; in level_show()
467 else if (len == sizeof auto_string - 1 && in level_store()
468 strncmp(buf, auto_string, len) == 0) in level_store()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dsysfs.c421 static const char auto_string[] = "auto"; variable
438 const char *p = auto_string; in level_show()
468 else if (len == sizeof auto_string - 1 && in level_store()
469 strncmp(buf, auto_string, len) == 0) in level_store()

Completed in 4 milliseconds