Lines Matching refs:this_opt
1875 char *this_opt = NULL; in omapfb_setup() local
1883 while (!r && (this_opt = strsep(&options, ",")) != NULL) { in omapfb_setup()
1884 if (!strncmp(this_opt, "accel", 5)) in omapfb_setup()
1886 else if (!strncmp(this_opt, "vram:", 5)) { in omapfb_setup()
1889 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); in omapfb_setup()
1908 else if (!strncmp(this_opt, "vxres:", 6)) in omapfb_setup()
1909 def_vxres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1910 else if (!strncmp(this_opt, "vyres:", 6)) in omapfb_setup()
1911 def_vyres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1912 else if (!strncmp(this_opt, "rotate:", 7)) in omapfb_setup()
1913 def_rotate = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1914 else if (!strncmp(this_opt, "mirror:", 7)) in omapfb_setup()
1915 def_mirror = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1916 else if (!strncmp(this_opt, "manual_update", 13)) in omapfb_setup()