Lines Matching refs:this_opt
1467 char *this_opt; in nvidiafb_setup() local
1473 while ((this_opt = strsep(&options, ",")) != NULL) { in nvidiafb_setup()
1474 if (!strncmp(this_opt, "forceCRTC", 9)) { in nvidiafb_setup()
1477 p = this_opt + 9; in nvidiafb_setup()
1483 } else if (!strncmp(this_opt, "flatpanel", 9)) { in nvidiafb_setup()
1485 } else if (!strncmp(this_opt, "hwcur", 5)) { in nvidiafb_setup()
1487 } else if (!strncmp(this_opt, "noaccel", 7)) { in nvidiafb_setup()
1489 } else if (!strncmp(this_opt, "noscale", 7)) { in nvidiafb_setup()
1491 } else if (!strncmp(this_opt, "reverse_i2c", 11)) { in nvidiafb_setup()
1493 } else if (!strncmp(this_opt, "paneltweak:", 11)) { in nvidiafb_setup()
1494 paneltweak = simple_strtoul(this_opt+11, NULL, 0); in nvidiafb_setup()
1495 } else if (!strncmp(this_opt, "vram:", 5)) { in nvidiafb_setup()
1496 vram = simple_strtoul(this_opt+5, NULL, 0); in nvidiafb_setup()
1497 } else if (!strncmp(this_opt, "backlight:", 10)) { in nvidiafb_setup()
1498 backlight = simple_strtoul(this_opt+10, NULL, 0); in nvidiafb_setup()
1499 } else if (!strncmp(this_opt, "nomtrr", 6)) { in nvidiafb_setup()
1501 } else if (!strncmp(this_opt, "fpdither:", 9)) { in nvidiafb_setup()
1502 fpdither = simple_strtol(this_opt+9, NULL, 0); in nvidiafb_setup()
1503 } else if (!strncmp(this_opt, "bpp:", 4)) { in nvidiafb_setup()
1504 bpp = simple_strtoul(this_opt+4, NULL, 0); in nvidiafb_setup()
1506 mode_option = this_opt; in nvidiafb_setup()