| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | sunkbd.c | 151 (!!test_bit(LED_COMPOSE, dev->led) << 1) | in sunkbd_event() 214 (!!test_bit(LED_COMPOSE, sunkbd->dev->led) << 1) | in sunkbd_set_leds_beeps() 309 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) | in sunkbd_connect()
|
| H A D | lkkbd.c | 495 CHECK_LED(lk, leds_on, leds_off, LED_COMPOSE, LK_LED_COMPOSE); in lkkbd_toggle_leds() 649 __set_bit(LED_COMPOSE, input_dev->ledbit); in lkkbd_connect()
|
| H A D | atkbd.c | 611 param[1] = (test_bit(LED_COMPOSE, dev->led) ? 0x01 : 0) in atkbd_set_leds() 1169 input_dev->ledbit[0] |= BIT_MASK(LED_COMPOSE) | in atkbd_set_device_attrs()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbInit.c | 57 #define LED_COMPOSE 2 macro 66 #define LED_COMPOSE 3 macro 428 #ifdef LED_COMPOSE in XkbInitNames() 429 if (names->indicators[LED_COMPOSE - 1] == None) in XkbInitNames() 430 names->indicators[LED_COMPOSE - 1] = CREATE_ATOM("Compose"); in XkbInitNames()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | xf86_OSlib.h | 158 #define LED_COMP LED_COMPOSE
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | usbkbd.c | 163 …kbd->newleds = (!!test_bit(LED_KANA, dev->led) << 3) | (!!test_bit(LED_COMPOSE, dev->led) << 3)… in usb_kbd_event() 324 BIT_MASK(LED_SCROLLL) | BIT_MASK(LED_COMPOSE) | in usb_kbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input-leds.c | 28 [LED_COMPOSE] = { "compose" },
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 829 #define LED_COMPOSE 0x03 macro
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 320 case LED_COMPOSE: in usbPrint()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 829 #define LED_COMPOSE 0x03 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 775 #define LED_COMPOSE 0x03 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 742 #define LED_COMPOSE 0x03 macro
|
| H A D | linux-event-codes.h | 922 #define LED_COMPOSE 0x03 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 922 #define LED_COMPOSE 0x03 macro
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | core.c | 161 (!!test_bit(LED_COMPOSE, dev->led) << 3) | in hidp_input_event() 685 set_bit(LED_COMPOSE, input->ledbit); in hidp_setup_input()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 987 [LED_SCROLLL] = "ScrollLock", [LED_COMPOSE] = "Compose",
|
| H A D | hid-input.c | 764 case 0x04: map_led (LED_COMPOSE); break; /* "Compose" */ in hidinput_configure_usage()
|