Searched refs:con_scroll (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | dummycon.c | 67 con_scroll: DUMMY,
|
D | mdacon.c | 597 con_scroll: mdacon_scroll,
|
D | promcon.c | 585 con_scroll: promcon_scroll,
|
D | newport_con.c | 716 con_scroll: newport_scroll,
|
D | vgacon.c | 1042 con_scroll: vgacon_scroll,
|
D | fbcon.c | 2512 con_scroll: fbcon_scroll,
|
/linux-2.4.37.9/include/linux/ |
D | console.h | 38 int (*con_scroll)(struct vc_data *, int, int, int, int); member
|
/linux-2.4.37.9/drivers/video/sti/ |
D | sticon.c | 375 con_scroll: sticon_scroll,
|
/linux-2.4.37.9/drivers/char/ |
D | console.c | 267 if (IS_VISIBLE && sw->con_scroll(vc_cons[currcons].d, t, b, SM_UP, nr)) in scrup() 285 if (IS_VISIBLE && sw->con_scroll(vc_cons[currcons].d, t, b, SM_DOWN, nr)) in scrdown()
|