Home
last modified time | relevance | path

Searched refs:softback_end (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/video/console/
Dsticon.c61 static unsigned long /* softback_top, */ softback_end; variable
250 if (p >= softback_end) in sticon_screen_pos()
251 p += softback_buf - softback_end; in sticon_screen_pos()
272 offset += softback_end - softback_buf; in sticon_getxy()
277 if (ret == softback_end) in sticon_getxy()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c109 static unsigned long softback_top, softback_end; variable
363 softback_end = softback_buf + l * vc->vc_size_row; in fbcon_update_softback()
1594 n += softback_end - softback_buf; in fbcon_redraw_softback()
1607 if (softback_curr > softback_in && n >= softback_end) { in fbcon_redraw_softback()
1608 n += softback_buf - softback_end; in fbcon_redraw_softback()
1661 if (d == (u16 *) softback_end) in fbcon_redraw_softback()
1665 if (s == (u16 *) softback_end) in fbcon_redraw_softback()
1825 if (softback_in == softback_end) in fbcon_softback_note()
1829 if (softback_top == softback_end) in fbcon_softback_note()
2748 if (p >= softback_end) in fbcon_screen_pos()
[all …]