Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dconsole.h91 #define SM_UP (1) macro
/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb_con.c862 case SM_UP: in sisusbcon_scroll_area()
936 case SM_UP: in sisusbcon_scroll()
986 else if (dir == SM_UP) in sisusbcon_scroll()
/linux-2.6.39/drivers/video/console/
Dsticon.c171 case SM_UP: in sticon_scroll()
Dnewport_con.c599 if (dir == SM_UP) { in newport_scroll()
614 if (dir == SM_UP) { in newport_scroll()
Dmdacon.c545 case SM_UP: in mdacon_scroll()
Dvgacon.c1357 if (dir == SM_UP) { in vgacon_scroll()
Dfbcon.c1796 case SM_UP: in fbcon_scroll()
/linux-2.6.39/drivers/tty/vt/
Dvt.c321 if (CON_IS_VISIBLE(vc) && vc->vc_sw->con_scroll(vc, t, b, SM_UP, nr)) in scrup()