Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconsole.h96 #define SM_UP (1) macro
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c875 case SM_UP: in sisusbcon_scroll_area()
950 case SM_UP: in sisusbcon_scroll()
1000 else if (dir == SM_UP) in sisusbcon_scroll()
/linux-4.4.14/drivers/video/console/
Dsticon.c171 case SM_UP: in sticon_scroll()
Dnewport_con.c598 if (dir == SM_UP) { in newport_scroll()
613 if (dir == SM_UP) { in newport_scroll()
Dmdacon.c545 case SM_UP: in mdacon_scroll()
Dvgacon.c1375 if (dir == SM_UP) { in vgacon_scroll()
Dfbcon.c1818 case SM_UP: in fbcon_scroll()
/linux-4.4.14/drivers/tty/vt/
Dvt.c324 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup()