Lines Matching refs:this_opt
1247 char *this_opt; in sa1100fb_setup()
1252 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
1254 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
1256 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
1258 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
1260 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1261 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
1263 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1267 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
1269 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1277 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
1279 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()