Lines Matching refs:str
3186 static int __init parport_init_mode_setup(char *str)
3189 str);
3191 if (!strcmp(str, "spp"))
3193 if (!strcmp(str, "ps2"))
3195 if (!strcmp(str, "epp"))
3197 if (!strcmp(str, "ecp"))
3199 if (!strcmp(str, "ecpepp"))
3285 static int __init parport_setup(char *str)
3291 if (!str || !*str || (*str == '0' && !*(str+1))) {
3297 if (!strncmp(str, "auto", 4)) {
3303 val = simple_strtoul(str, &endptr, 0);
3304 if (endptr == str) {
3305 pr_warn("parport=%s not understood\n", str);
3310 pr_err("parport=%s ignored, too many ports\n", str);
3318 sep = strchr(str, ',');