Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole.h35 SM_DOWN, enumerator
/linux/drivers/video/console/
H A Dmdacon.c514 case SM_DOWN: in mdacon_scroll()
H A Dsticon.c134 case SM_DOWN: in sticon_scroll()
/linux/drivers/tty/vt/
H A Dvt.c432 if (dir == SM_DOWN) { in vc_uniscr_scroll()
1464 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
2141 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1891 case SM_DOWN: in fbcon_scroll()