Lines Matching refs:this_opt
1299 char *this_opt; in sa1100fb_setup()
1304 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
1306 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
1308 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
1310 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
1312 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1313 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
1315 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1319 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
1321 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1329 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
1331 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()