Searched refs:con_scroll (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/video/console/
H A Ddummycon.c121 unsigned int bottom, enum con_scroll dir,
147 .con_scroll = dummycon_scroll,
H A Dsticon.c117 unsigned int b, enum con_scroll dir, unsigned int count)
356 .con_scroll = sticon_scroll,
H A Dmdacon.c495 enum con_scroll dir, unsigned int lines)
537 .con_scroll = mdacon_scroll,
H A Dvgacon.c1137 enum con_scroll dir, unsigned int lines)
1201 .con_scroll = vgacon_scroll,
H A Dnewport_con.c580 enum con_scroll dir, unsigned int lines)
689 .con_scroll = newport_scroll,
/linux-master/include/linux/
H A Dconsole.h30 enum con_scroll { enum
50 * @con_scroll: move lines from @top to @bottom in direction @dir by @lines.
99 bool (*con_scroll)(struct vc_data *vc, unsigned int top, member in struct:consw
100 unsigned int bottom, enum con_scroll dir,
/linux-master/drivers/tty/vt/
H A Dvt.c429 unsigned int bottom, enum con_scroll dir,
565 static void con_scroll(struct vc_data *vc, unsigned int top, function
566 unsigned int bottom, enum con_scroll dir,
579 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr))
1443 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1);
1458 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1);
2055 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr);
2072 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c1734 enum con_scroll dir, unsigned int count)
3127 .con_scroll = fbcon_scroll,

Completed in 112 milliseconds