Home
last modified time | relevance | path

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

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