Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dconsole.h33 enum con_scroll { enum
59 bool (*con_scroll)(struct vc_data *vc, unsigned int top, member
60 unsigned int bottom, enum con_scroll dir,
/Linux-v5.4/drivers/video/console/
Ddummycon.c116 unsigned int bottom, enum con_scroll dir, in dummycon_scroll()
159 .con_scroll = dummycon_scroll,
Dsticon.c157 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll()
332 .con_scroll = sticon_scroll,
Dmdacon.c505 enum con_scroll dir, unsigned int lines) in mdacon_scroll()
548 .con_scroll = mdacon_scroll,
Dnewport_con.c579 enum con_scroll dir, unsigned int lines) in newport_scroll()
693 .con_scroll = newport_scroll,
Dvgacon.c1365 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1432 .con_scroll = vgacon_scroll,
/Linux-v5.4/drivers/usb/misc/sisusbvga/
Dsisusb_con.c766 unsigned int t, unsigned int b, enum con_scroll dir, in sisusbcon_scroll_area()
811 enum con_scroll dir, unsigned int lines) in sisusbcon_scroll()
1290 .con_scroll = sisusbcon_scroll,
1331 unsigned int bottom, enum con_scroll dir, in sisusbdummycon_scroll()
1374 .con_scroll = sisusbdummycon_scroll,
/Linux-v5.4/drivers/tty/vt/
Dvt.c433 enum con_scroll dir, unsigned int nr) in vc_uniscr_scroll()
621 static void con_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in con_scroll() function
622 enum con_scroll dir, unsigned int nr) in con_scroll()
631 if (con_is_visible(vc) && vc->vc_sw->con_scroll(vc, t, b, dir, nr)) in con_scroll()
1453 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1468 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
1974 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
1995 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_UP, nr); in csi_M()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c1870 enum con_scroll dir, unsigned int count) in fbcon_scroll()
3396 .con_scroll = fbcon_scroll,