Lines Matching refs:str
3118 static int __init parport_init_mode_setup(char *str)
3121 str);
3123 if (!strcmp(str, "spp"))
3125 if (!strcmp(str, "ps2"))
3127 if (!strcmp(str, "epp"))
3129 if (!strcmp(str, "ecp"))
3131 if (!strcmp(str, "ecpepp"))
3217 static int __init parport_setup(char *str)
3223 if (!str || !*str || (*str == '0' && !*(str+1))) {
3229 if (!strncmp(str, "auto", 4)) {
3235 val = simple_strtoul(str, &endptr, 0);
3236 if (endptr == str) {
3237 pr_warn("parport=%s not understood\n", str);
3242 pr_err("parport=%s ignored, too many ports\n", str);
3250 sep = strchr(str, ',');