Searched refs:VC_SCROLLOCK (Results 1 – 4 of 4) sorted by relevance
47 #define VC_SCROLLOCK 0 /* scroll-lock mode */ macro
225 leds = ((leds & (1<<VC_SCROLLOCK))?4:0) | ((leds & (1<<VC_NUMLOCK))?2:0) | in a5kkbd_leds()
264 if(vcleds & (1<<VC_SCROLLOCK)) in vcleds_to_sunkbd()1452 if (c & LED_SCRLCK) leds |= (1 << VC_SCROLLOCK); in kbd_ioctl()
2353 set_vc_kbd_led(kbd_table + console_num, VC_SCROLLOCK); in con_stop()2368 clr_vc_kbd_led(kbd_table + console_num, VC_SCROLLOCK); in con_start()