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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c45 * for 'setup_strings' below for more details.
105 * 'setup_strings' is a single string used to pass operating parameters and
111 * "setup_strings=" prefix. The driver recognizes the following keywords
156 * Some amiboot examples (for insmod, use 'setup_strings' instead of 'wd33c93'):
167 static char *setup_strings; variable
168 module_param(setup_strings, charp, 0);
1926 if (!done_setup && setup_strings)
1927 wd33c93_setup(setup_strings);
H A Din2000.c25 * 'setup_strings' is a single string used to pass operating parameters and
30 * are prefixed with "in2000=" while insmod uses a "setup_strings=" prefix.
63 * A few LILO examples (for insmod, use 'setup_strings' instead of 'in2000'):
74 static char *setup_strings; variable
76 module_param(setup_strings, charp, 0);
1815 if (!done_setup && setup_strings)
1816 in2000_setup(setup_strings, NULL);
H A D53c7xx.c360 static char *setup_strings[] = variable
363 #define MAX_SETUP_STRINGS ARRAY_SIZE(setup_strings)
385 setup_strings[i] = p1;
390 setup_strings[i] = p1;
410 if (!strncmp(setup_strings[x], key, strlen(key)))
412 if (!strncmp(setup_strings[x], "next", strlen("next")))
418 cp = setup_strings[x] + strlen(key);

Completed in 71 milliseconds