Home
last modified time | relevance | path

Searched refs:con_rotate (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/core/
Dfbcon_rotate.c30 ops->p->con_rotate == ops->cur_rotate) in fbcon_rotate_font()
34 ops->cur_rotate = ops->p->con_rotate; in fbcon_rotate_font()
Dfbcon.c207 ops->p->con_rotate < 4) in fbcon_set_rotation()
208 ops->rotate = ops->p->con_rotate; in fbcon_set_rotation()
227 p->con_rotate = rotate; in fbcon_rotate()
229 p->con_rotate = 0; in fbcon_rotate()
252 p->con_rotate = rotate; in fbcon_rotate_all()
983 p->con_rotate = initial_rotation; in fbcon_startup()
984 if (p->con_rotate == -1) in fbcon_startup()
985 p->con_rotate = info->fbcon_rotate_hint; in fbcon_startup()
986 if (p->con_rotate == -1) in fbcon_startup()
987 p->con_rotate = FB_ROTATE_UR; in fbcon_startup()
[all …]
Dfbcon.h39 int con_rotate; member