Searched refs:fbcon_redraw_bmove (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | epson1355fb.c | 455 e1355_dispsw.bmove = fbcon_redraw_bmove; in e1355_set_disp()
|
D | fbcon-mac.c | 451 bmove: fbcon_redraw_bmove,
|
D | vesafb.c | 243 vesafb_sw.bmove = fbcon_redraw_bmove; in vesafb_set_disp()
|
D | igafb.c | 507 info->dispsw.bmove = fbcon_redraw_bmove; in igafb_set_disp()
|
D | leofb.c | 455 bmove: fbcon_redraw_bmove,
|
D | cgsixfb.c | 525 bmove: fbcon_redraw_bmove,
|
D | creatorfb.c | 650 bmove: fbcon_redraw_bmove,
|
D | fbcon.c | 1227 void fbcon_redraw_bmove(struct display *p, int sy, int sx, int dy, int dx, int h, int w) in fbcon_redraw_bmove() function 2549 EXPORT_SYMBOL(fbcon_redraw_bmove);
|
/linux-2.4.37.9/include/video/ |
D | fbcon.h | 235 extern void fbcon_redraw_bmove(struct display *, int, int, int, int, int, int);
|
/linux-2.4.37.9/drivers/video/sis/ |
D | sis_main.c | 1484 ivideo->sisfb_sw.bmove = fbcon_redraw_bmove;
|