Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dsticon.c128 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll()
135 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll()
/linux/include/video/
H A Dsticore.h402 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
/linux/drivers/video/
H A Dsticore.c267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() function