Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/scsi/
Din2000.txt94 to read the comments for 'setup_strings' near the top
132 search for 'setup_strings' near the top of the in2000.c file and
/linux-3.4.99/drivers/scsi/
Din2000.c186 static char *setup_strings; variable
188 module_param(setup_strings, charp, 0);
1943 if (!done_setup && setup_strings) in in2000_detect()
1944 in2000_setup(setup_strings, NULL); in in2000_detect()
Dwd33c93.c169 static char *setup_strings; variable
170 module_param(setup_strings, charp, 0);
1941 if (!done_setup && setup_strings) in wd33c93_init()
1942 wd33c93_setup(setup_strings); in wd33c93_init()