Lines Matching refs:this_opt
3032 char *this_opt; in atafb_setup() local
3038 while ((this_opt = strsep(&options, ",")) != NULL) { in atafb_setup()
3039 if (!*this_opt) in atafb_setup()
3041 if ((temp = get_video_mode(this_opt))) { in atafb_setup()
3043 mode_option = this_opt; in atafb_setup()
3044 } else if (!strcmp(this_opt, "inverse")) in atafb_setup()
3046 else if (!strncmp(this_opt, "hwscroll_", 9)) { in atafb_setup()
3047 hwscroll = simple_strtoul(this_opt + 9, NULL, 10); in atafb_setup()
3054 else if (!strcmp(this_opt, "mv300")) { in atafb_setup()
3057 } else if (!strncmp(this_opt, "external:", 9)) in atafb_setup()
3058 atafb_setup_ext(this_opt + 9); in atafb_setup()
3060 else if (!strncmp(this_opt, "internal:", 9)) in atafb_setup()
3061 atafb_setup_int(this_opt + 9); in atafb_setup()
3063 else if (!strncmp(this_opt, "eclock:", 7)) { in atafb_setup()
3064 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()
3068 } else if (!strncmp(this_opt, "monitorcap:", 11)) in atafb_setup()
3069 atafb_setup_mcap(this_opt + 11); in atafb_setup()
3071 else if (!strcmp(this_opt, "keep")) in atafb_setup()
3073 else if (!strncmp(this_opt, "R", 1)) in atafb_setup()
3074 atafb_setup_user(this_opt + 1); in atafb_setup()