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