Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Dblinken.h20 extern unsigned char ledstate;
26 ledstate |= on; in blinken_leds()
27 ledstate &= ~off; in blinken_leds()
28 out_8(HP300_LEDS, ~ledstate); in blinken_leds()
/linux-2.6.39/drivers/tty/vt/
Dkeyboard.c141 static unsigned char ledstate = 0xff; /* undefined */ variable
988 return ledstate; in getledstate()
1050 if (leds != ledstate) { in kbd_bh()
1053 ledstate = leds; in kbd_bh()
1250 param.ledstate = kbd->ledflagstate; in kbd_keycode()
1304 param.ledstate = kbd->ledflagstate; in kbd_keycode()
1400 if (ledstate != 0xff) in kbd_start()
1401 kbd_update_leds_helper(handle, &ledstate); in kbd_start()
/linux-2.6.39/drivers/isdn/hardware/mISDN/
Dhfc_multi_8xx.h107 hc->ledstate = 0xAFFEAFFE; in setup_embedded()
Dhfcmulti.c1612 hc->ledstate = 0xAFFEAFFE; in hfcmulti_leds()
1646 if (leds != (int)hc->ledstate) { in hfcmulti_leds()
1648 hc->ledstate = leds; in hfcmulti_leds()
1696 if (leds != (int)hc->ledstate) { in hfcmulti_leds()
1698 hc->ledstate = leds; in hfcmulti_leds()
1705 if (leds != (int)hc->ledstate) { in hfcmulti_leds()
1708 hc->ledstate = leds; in hfcmulti_leds()
1750 if (leds != (int)hc->ledstate) { in hfcmulti_leds()
1755 hc->ledstate = leds; in hfcmulti_leds()
1784 if (leddw != hc->ledstate) { in hfcmulti_leds()
[all …]
Dhfc_multi.h209 u_long ledstate; /* save last state of leds */ member
/linux-2.6.39/drivers/net/wireless/libertas/
Dtypes.h228 uint8_t ledstate; member
/linux-2.6.39/arch/m68k/hp300/
Dconfig.c27 unsigned char ledstate; variable
/linux-2.6.39/include/linux/
Dkeyboard.h36 int ledstate; /* Current led state */ member