Home
last modified time | relevance | path

Searched refs:con_scroll (Results 1 – 7 of 7) sorted by relevance

/drivers/video/console/
Ddummycon.c116 unsigned int bottom, enum con_scroll dir, in dummycon_scroll()
142 .con_scroll = dummycon_scroll,
Dsticon.c131 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll()
371 .con_scroll = sticon_scroll,
Dmdacon.c507 enum con_scroll dir, unsigned int lines) in mdacon_scroll()
550 .con_scroll = mdacon_scroll,
Dnewport_con.c579 enum con_scroll dir, unsigned int lines) in newport_scroll()
688 .con_scroll = newport_scroll,
Dvgacon.c1108 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1174 .con_scroll = vgacon_scroll,
/drivers/tty/vt/
Dvt.c427 unsigned int bottom, enum con_scroll dir, in vc_uniscr_scroll()
563 static void con_scroll(struct vc_data *vc, unsigned int top, in con_scroll() function
564 unsigned int bottom, enum con_scroll dir, in con_scroll()
577 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr)) in con_scroll()
1461 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1476 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
1988 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
2009 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
/drivers/video/fbdev/core/
Dfbcon.c1736 enum con_scroll dir, unsigned int count) in fbcon_scroll()
3157 .con_scroll = fbcon_scroll,