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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
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 Dwd33c93.c45 * for 'setup_strings' below for more details.
107 * 'setup_strings' is a single string used to pass operating parameters and
113 * "setup_strings=" prefix. The driver recognizes the following keywords
158 * Some amiboot examples (for insmod, use 'setup_strings' instead of 'wd33c93'):
169 static char *setup_strings; variable
170 module_param(setup_strings, charp, 0);
1926 if (!done_setup && setup_strings)
1927 wd33c93_setup(setup_strings);

Completed in 86 milliseconds