Home
last modified time | relevance | path

Searched refs:SM_UP (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dconsole.h34 SM_UP, enumerator
/linux/drivers/video/console/
H A Dsticon.c127 case SM_UP: in sticon_scroll()
H A Dvgacon.c1151 if (dir == SM_UP) { in vgacon_scroll()
/linux/drivers/tty/vt/
H A Dvt.c622 if (dir == SM_UP) { in con_scroll()
1483 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
2191 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1856 case SM_UP: in fbcon_scroll()