Lines Matching refs:this_opt
2367 char *this_opt; in sa1100fb_setup()
2372 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
2374 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
2376 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
2378 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
2380 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
2381 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
2383 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
2387 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
2389 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
2397 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
2399 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()