Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dconsole.h27 enum con_scroll { enum
55 bool (*con_scroll)(struct vc_data *vc, unsigned int top, member
56 unsigned int bottom, enum con_scroll dir,
/Linux-v5.10/drivers/video/console/
Ddummycon.c116 unsigned int bottom, enum con_scroll dir, in dummycon_scroll()
159 .con_scroll = dummycon_scroll,
Dmdacon.c507 enum con_scroll dir, unsigned int lines) in mdacon_scroll()
550 .con_scroll = mdacon_scroll,
Dsticon.c130 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll()
369 .con_scroll = sticon_scroll,
Dnewport_con.c578 enum con_scroll dir, unsigned int lines) in newport_scroll()
687 .con_scroll = newport_scroll,
Dvgacon.c1157 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1223 .con_scroll = vgacon_scroll,
/Linux-v5.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c767 unsigned int t, unsigned int b, enum con_scroll dir, in sisusbcon_scroll_area()
812 enum con_scroll dir, unsigned int lines) in sisusbcon_scroll()
1291 .con_scroll = sisusbcon_scroll,
1332 unsigned int bottom, enum con_scroll dir, in sisusbdummycon_scroll()
1375 .con_scroll = sisusbdummycon_scroll,
/Linux-v5.10/drivers/tty/vt/
Dvt.c432 enum con_scroll dir, unsigned int nr) in vc_uniscr_scroll()
620 static void con_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in con_scroll() function
621 enum con_scroll dir, unsigned int nr) in con_scroll()
630 if (con_is_visible(vc) && vc->vc_sw->con_scroll(vc, t, b, dir, nr)) in con_scroll()
1490 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1505 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
2017 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
2038 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c1694 enum con_scroll dir, unsigned int count) in fbcon_scroll()
3108 .con_scroll = fbcon_scroll,