Lines Matching refs:this_opt
1320 char *this_opt; in sa1100fb_setup()
1325 while ((this_opt = strsep(&options, ",")) != NULL) { in sa1100fb_setup()
1327 if (!strncmp(this_opt, "bpp:", 4)) in sa1100fb_setup()
1329 simple_strtoul(this_opt + 4, NULL, 0); in sa1100fb_setup()
1331 if (!strncmp(this_opt, "lccr0:", 6)) in sa1100fb_setup()
1333 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1334 if (!strncmp(this_opt, "lccr1:", 6)) { in sa1100fb_setup()
1336 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1340 if (!strncmp(this_opt, "lccr2:", 6)) { in sa1100fb_setup()
1342 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()
1350 if (!strncmp(this_opt, "lccr3:", 6)) in sa1100fb_setup()
1352 simple_strtoul(this_opt + 6, NULL, 0); in sa1100fb_setup()