Searched refs:con_scroll (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/video/console/ |
A D | dummycon.c | 116 unsigned int bottom, enum con_scroll dir, in dummycon_scroll() 142 .con_scroll = dummycon_scroll,
|
A D | mdacon.c | 507 enum con_scroll dir, unsigned int lines) in mdacon_scroll() 550 .con_scroll = mdacon_scroll,
|
A D | sticon.c | 131 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll() 371 .con_scroll = sticon_scroll,
|
A D | newport_con.c | 579 enum con_scroll dir, unsigned int lines) in newport_scroll() 688 .con_scroll = newport_scroll,
|
A D | vgacon.c | 1126 enum con_scroll dir, unsigned int lines) in vgacon_scroll() 1192 .con_scroll = vgacon_scroll,
|
/linux-6.3-rc2/include/linux/ |
A D | console.h | 29 enum con_scroll { enum 57 bool (*con_scroll)(struct vc_data *vc, unsigned int top, member 58 unsigned int bottom, enum con_scroll dir,
|
/linux-6.3-rc2/drivers/tty/vt/ |
A D | vt.c | 424 unsigned int bottom, enum con_scroll dir, in vc_uniscr_scroll() 560 static void con_scroll(struct vc_data *vc, unsigned int top, in con_scroll() function 561 unsigned int bottom, enum con_scroll dir, in con_scroll() 574 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr)) in con_scroll() 1451 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf() 1466 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri() 1978 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L() 1999 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcon.c | 1737 enum con_scroll dir, unsigned int count) in fbcon_scroll() 3160 .con_scroll = fbcon_scroll,
|
Completed in 25 milliseconds