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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dsysfs.c384 static const char auto_string[] = "auto"; variable
400 const char *p = auto_string;
428 else if (len == sizeof auto_string - 1 &&
429 strncmp(buf, auto_string, len) == 0)

Completed in 31 milliseconds