Searched refs:LED_COMPOSE (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | sunkbd.c | 148 (!!test_bit(LED_COMPOSE, dev->led) << 1) | in sunkbd_event() 211 (!!test_bit(LED_COMPOSE, sunkbd->dev->led) << 1) | in sunkbd_set_leds_beeps() 305 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) | in sunkbd_connect()
|
| H A D | lkkbd.c | 492 CHECK_LED(lk, leds_on, leds_off, LED_COMPOSE, LK_LED_COMPOSE); in lkkbd_toggle_leds() 646 __set_bit(LED_COMPOSE, input_dev->ledbit); in lkkbd_connect()
|
| H A D | atkbd.c | 603 param[1] = (test_bit(LED_COMPOSE, dev->led) ? 0x01 : 0) in atkbd_set_leds() 1195 input_dev->ledbit[0] |= BIT_MASK(LED_COMPOSE) | in atkbd_set_device_attrs()
|
| /linux/drivers/input/ |
| H A D | input-leds.c | 34 [LED_COMPOSE] = { "compose" },
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 978 #define LED_COMPOSE 0x03 948 #define LED_COMPOSE global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 978 #define LED_COMPOSE 0x03 macro
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 158 (!!test_bit(LED_COMPOSE, dev->led) << 3) | in hidp_input_event() 701 set_bit(LED_COMPOSE, input->ledbit); in hidp_setup_input()
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3549 [LED_SCROLLL] = "ScrollLock", [LED_COMPOSE] = "Compose",
|