Lines Matching refs:this_opt
1841 char *this_opt = NULL; in omapfb_setup() local
1849 while (!r && (this_opt = strsep(&options, ",")) != NULL) { in omapfb_setup()
1850 if (!strncmp(this_opt, "accel", 5)) in omapfb_setup()
1852 else if (!strncmp(this_opt, "vram:", 5)) { in omapfb_setup()
1856 vram = memparse(this_opt + 5, &suffix); in omapfb_setup()
1867 else if (!strncmp(this_opt, "vxres:", 6)) in omapfb_setup()
1868 def_vxres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1869 else if (!strncmp(this_opt, "vyres:", 6)) in omapfb_setup()
1870 def_vyres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup()
1871 else if (!strncmp(this_opt, "rotate:", 7)) in omapfb_setup()
1872 def_rotate = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1873 else if (!strncmp(this_opt, "mirror:", 7)) in omapfb_setup()
1874 def_mirror = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1875 else if (!strncmp(this_opt, "manual_update", 13)) in omapfb_setup()