Lines Matching refs:this_opt
1321 char *this_opt; in sa1100fb_setup()
1326 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
1328 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
1330 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
1332 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
1334 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1335 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
1337 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1341 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
1343 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1351 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
1353 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()