Searched refs:con_rotate (Results 1 – 3 of 3) sorted by relevance
31 ops->p->con_rotate == ops->cur_rotate) in fbcon_rotate_font()35 ops->cur_rotate = ops->p->con_rotate; in fbcon_rotate_font()
215 ops->p->con_rotate < 4) in fbcon_set_rotation()216 ops->rotate = ops->p->con_rotate; in fbcon_set_rotation()235 p->con_rotate = rotate; in fbcon_rotate()237 p->con_rotate = 0; in fbcon_rotate()260 p->con_rotate = rotate; in fbcon_rotate_all()991 p->con_rotate = initial_rotation; in fbcon_startup()992 if (p->con_rotate == -1) in fbcon_startup()993 p->con_rotate = info->fbcon_rotate_hint; in fbcon_startup()994 if (p->con_rotate == -1) in fbcon_startup()995 p->con_rotate = FB_ROTATE_UR; in fbcon_startup()[all …]
39 int con_rotate; member