Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DREADME.in200094 to read the comments for 'setup_strings' near the top
132 search for 'setup_strings' near the top of the in2000.c file and
Dwd33c93.c170 static char *setup_strings = 0; variable
173 MODULE_PARM(setup_strings, "s");
1758 if (!done_setup && setup_strings) in wd33c93_init()
1759 wd33c93_setup(setup_strings); in wd33c93_init()
Din2000.c182 static char *setup_strings = 0; variable
185 MODULE_PARM(setup_strings, "s");
1960 if (!done_setup && setup_strings) in in2000_detect()
1961 in2000_setup(setup_strings,0); in in2000_detect()
D53c7xx.c360 static char *setup_strings[] = variable
363 #define MAX_SETUP_STRINGS (sizeof(setup_strings) / sizeof(char *))
385 setup_strings[i] = p1; in ncr53c7xx_setup()
390 setup_strings[i] = p1; in ncr53c7xx_setup()
410 if (!strncmp(setup_strings[x], key, strlen(key))) in check_setup_strings()
412 if (!strncmp(setup_strings[x], "next", strlen("next"))) in check_setup_strings()
418 cp = setup_strings[x] + strlen(key); in check_setup_strings()