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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dsysfs.c208 static const char auto_string[] = "auto"; variable
215 const char *p = auto_string;
254 } else if (len == sizeof auto_string - 1 &&
255 strncmp(buf, auto_string, len) == 0) {

Completed in 48 milliseconds