Home
last modified time | relevance | path

Searched refs:def_rotate (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c34 static unsigned int def_rotate; variable
1456 var->rotate = def_rotate; in fbinfo_init()
1872 def_rotate = (simple_strtoul(this_opt + 7, NULL, 0)); in omapfb_setup()
1916 module_param_named(rotate, def_rotate, uint, 0664);
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c35 static int def_rotate; variable
1746 var->rotate = def_rotate; in omapfb_fb_init()
2625 module_param_named(rotate, def_rotate, int, 0);