Searched refs:con_scroll (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | dummycon.c | 134 unsigned int bottom, enum con_scroll dir, in dummycon_scroll() 155 .con_scroll = dummycon_scroll,
|
| H A D | mdacon.c | 495 enum con_scroll dir, unsigned int lines) in mdacon_scroll() 537 .con_scroll = mdacon_scroll,
|
| H A D | sticon.c | 117 unsigned int b, enum con_scroll dir, unsigned int count) in sticon_scroll() 356 .con_scroll = sticon_scroll,
|
| H A D | vgacon.c | 1137 enum con_scroll dir, unsigned int lines) in vgacon_scroll() 1201 .con_scroll = vgacon_scroll,
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 423 unsigned int bottom, enum con_scroll dir, in vc_uniscr_scroll() 568 static void con_scroll(struct vc_data *vc, unsigned int top, in con_scroll() function 569 unsigned int bottom, enum con_scroll dir, in con_scroll() 582 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr)) in con_scroll() 1449 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf() 1464 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri() 2123 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L() 2140 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 1785 enum con_scroll dir, unsigned int count) in fbcon_scroll() 3181 .con_scroll = fbcon_scroll,
|