Lines Matching refs:this_opt
1230 char *this_opt; in sa1100fb_setup()
1235 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
1237 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
1239 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
1241 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
1243 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1244 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
1246 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1250 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
1252 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1260 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
1262 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()