Home
last modified time | relevance | path

Searched refs:sti_bmove (Results 1 – 3 of 3) sorted by relevance

/drivers/video/console/
Dsticon.c172 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols); in sticon_scroll()
177 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols); in sticon_scroll()
198 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width); in sticon_bmove()
Dsticore.c226 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() function
/drivers/video/fbdev/
Dsticore.h398 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,