Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/console/
Ddummycon.c121 unsigned int bottom, enum con_scroll dir, in dummycon_scroll()
147 .con_scroll = dummycon_scroll,
Dmdacon.c495 enum con_scroll dir, unsigned int lines) in mdacon_scroll()
537 .con_scroll = mdacon_scroll,
Dsticon.c117 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll()
356 .con_scroll = sticon_scroll,
Dnewport_con.c580 enum con_scroll dir, unsigned int lines) in newport_scroll()
689 .con_scroll = newport_scroll,
Dvgacon.c1137 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1201 .con_scroll = vgacon_scroll,
/linux-6.12.1/include/linux/
Dconsole.h32 enum con_scroll { enum
101 bool (*con_scroll)(struct vc_data *vc, unsigned int top, member
102 unsigned int bottom, enum con_scroll dir,
/linux-6.12.1/drivers/tty/vt/
Dvt.c429 unsigned int bottom, enum con_scroll dir, in vc_uniscr_scroll()
565 static void con_scroll(struct vc_data *vc, unsigned int top, in con_scroll() function
566 unsigned int bottom, enum con_scroll dir, in con_scroll()
579 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr)) in con_scroll()
1443 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1458 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
2055 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
2072 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
/linux-6.12.1/drivers/video/fbdev/core/
Dfbcon.c1754 enum con_scroll dir, unsigned int count) in fbcon_scroll()
3147 .con_scroll = fbcon_scroll,