Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/video/console/
Ddummycon.c109 unsigned int bottom, enum con_scroll dir, in dummycon_scroll()
152 .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.c578 enum con_scroll dir, unsigned int lines) in newport_scroll()
692 .con_scroll = newport_scroll,
Dvgacon.c1364 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1431 .con_scroll = vgacon_scroll,
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c781 unsigned int t, unsigned int b, enum con_scroll dir, in sisusbcon_scroll_area()
826 enum con_scroll dir, unsigned int lines) in sisusbcon_scroll()
1310 .con_scroll = sisusbcon_scroll,
1351 unsigned int bottom, enum con_scroll dir, in sisusbdummycon_scroll()
1394 .con_scroll = sisusbdummycon_scroll,
/Linux-v4.19/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()
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()
1967 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
1988 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_UP, nr); in csi_M()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c1837 enum con_scroll dir, unsigned int count) in fbcon_scroll()
3405 .con_scroll = fbcon_scroll,