Searched refs:LED_COMPOSE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dsunkbd.c167 (!!test_bit(LED_COMPOSE, dev->led) << 1) |
234 (!!test_bit(LED_COMPOSE, sunkbd->dev->led) << 1) |
301 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) |
H A Dlkkbd.c508 CHECK_LED(lk, leds_on, leds_off, LED_COMPOSE, LK_LED_COMPOSE);
662 __set_bit(LED_COMPOSE, input_dev->ledbit);
H A Datkbd.c557 param[1] = (test_bit(LED_COMPOSE, dev->led) ? 0x01 : 0)
1052 input_dev->ledbit[0] |= BIT_MASK(LED_COMPOSE) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbkbd.c140 kbd->newleds = (!!test_bit(LED_KANA, dev->led) << 3) | (!!test_bit(LED_COMPOSE, dev->led) << 3) |
280 BIT_MASK(LED_SCROLLL) | BIT_MASK(LED_COMPOSE) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c150 (!!test_bit(LED_COMPOSE, dev->led) << 3) |
672 set_bit(LED_COMPOSE, input->ledbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c846 [LED_SCROLLL] = "ScrollLock", [LED_COMPOSE] = "Compose",
H A Dhid-input.c289 case 0x04: map_led (LED_COMPOSE); break; /* "Compose" */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h761 #define LED_COMPOSE 0x03 macro

Completed in 77 milliseconds