Lines Matching refs:this_opt
2941 char *this_opt; in atafb_setup() local
2947 while ((this_opt = strsep(&options, ",")) != NULL) { in atafb_setup()
2948 if (!*this_opt) in atafb_setup()
2950 if ((temp = get_video_mode(this_opt))) { in atafb_setup()
2952 mode_option = this_opt; in atafb_setup()
2953 } else if (!strcmp(this_opt, "inverse")) in atafb_setup()
2955 else if (!strncmp(this_opt, "hwscroll_", 9)) { in atafb_setup()
2956 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
2963 else if (!strcmp(this_opt, "mv300")) { in atafb_setup()
2966 } else if (!strncmp(this_opt, "external:", 9)) in atafb_setup()
2967 atafb_setup_ext(this_opt + 9); in atafb_setup()
2969 else if (!strncmp(this_opt, "internal:", 9)) in atafb_setup()
2970 atafb_setup_int(this_opt + 9); in atafb_setup()
2972 else if (!strncmp(this_opt, "eclock:", 7)) { in atafb_setup()
2973 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()
2977 } else if (!strncmp(this_opt, "monitorcap:", 11)) in atafb_setup()
2978 atafb_setup_mcap(this_opt + 11); in atafb_setup()
2980 else if (!strcmp(this_opt, "keep")) in atafb_setup()
2982 else if (!strncmp(this_opt, "R", 1)) in atafb_setup()
2983 atafb_setup_user(this_opt + 1); in atafb_setup()