Lines Matching refs:this_opt
1880 char *this_opt = NULL; in omapfb_setup() local
1888 while (!r && (this_opt = strsep(&options, ",")) != NULL) { in omapfb_setup()
1889 if (!strncmp(this_opt, "accel", 5)) in omapfb_setup()
1891 else if (!strncmp(this_opt, "vram:", 5)) { in omapfb_setup()
1894 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); in omapfb_setup()
1913 else if (!strncmp(this_opt, "vxres:", 6)) in omapfb_setup()
1914 def_vxres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1915 else if (!strncmp(this_opt, "vyres:", 6)) in omapfb_setup()
1916 def_vyres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1917 else if (!strncmp(this_opt, "rotate:", 7)) in omapfb_setup()
1918 def_rotate = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1919 else if (!strncmp(this_opt, "mirror:", 7)) in omapfb_setup()
1920 def_mirror = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1921 else if (!strncmp(this_opt, "manual_update", 13)) in omapfb_setup()