| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 304 case EV_LED: in usbPrint() 307 ioctl(priv->fd, EVIOCGBIT(EV_LED, sizeof(bits)), bits); in usbPrint() 425 case EV_LED: in usbInit() 427 ioctl(priv->fd, EVIOCGBIT(EV_LED, sizeof(bits)), bits); in usbInit() 442 if (test_bit(EV_KEY) && test_bit(EV_LED) && !test_bit(EV_ABS)) in usbInit() 447 && !(test_bit(EV_KEY) && test_bit(EV_LED) in usbInit()
|
| H A D | usb-other.c | 157 case EV_LED: in othUSBGetInfo()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 91 case EV_LED: in main() 119 event.type = EV_LED; in main() 253 case EV_LED: in main()
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | nvec_kbd.c | 94 if (type != EV_LED) in nvec_kbd_event() 130 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | BIT_MASK(EV_LED); in nvec_kbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input-leds.c | 63 input_inject_event(led->handle, EV_LED, led->code, !!brightness); in input_leds_brightness_set() 191 .evbit = { BIT_MASK(EV_LED) },
|
| H A D | input.c | 56 [EV_LED] = LED_MAX, 339 case EV_LED: in input_get_disposition() 1204 if (test_bit(EV_LED, dev->evbit)) in input_devices_seq_show() 1649 if (test_bit(EV_LED, dev->evbit)) in input_dev_uevent() 2023 case EV_LED: in input_set_capability()
|
| H A D | evdev.c | 66 [EV_LED] = LED_CNT, in evdev_get_mask_cnt() 792 case EV_LED: bits = dev->ledbit; len = LED_MAX; break; in handle_eviocgbit() 1159 return evdev_handle_get_val(client, dev, EV_LED, dev->led, in evdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | sunkbd.c | 145 case EV_LED: in sunkbd_event() 307 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in sunkbd_connect()
|
| H A D | lkkbd.c | 535 case EV_LED: in lkkbd_event() 644 __set_bit(EV_LED, input_dev->evbit); in lkkbd_connect()
|
| H A D | goldfish_events.c | 155 events_import_bits(edev, input_dev->ledbit, EV_LED, LED_MAX); in events_probe()
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | usbkbd.c | 159 if (type != EV_LED) in usb_kbd_event() 321 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in usb_kbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 1066 if (test_bit(EV_LED, handle->dev->evbit)) in kbd_update_leds_helper() 1091 if (test_bit(EV_LED, handle->dev->evbit)) { in kbd_update_leds_helper() 1092 input_inject_event(handle, EV_LED, LED_SCROLLL, !!(leds & 0x01)); in kbd_update_leds_helper() 1093 input_inject_event(handle, EV_LED, LED_NUML, !!(leds & 0x02)); in kbd_update_leds_helper() 1094 input_inject_event(handle, EV_LED, LED_CAPSL, !!(leds & 0x04)); in kbd_update_leds_helper()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-input.c | 54 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c)) 1465 if (field->usage[j].type == EV_LED) in hidinput_get_led_field() 1486 if (field->usage[j].type == EV_LED && in hidinput_count_leds() 1553 if (type != EV_LED) in hidinput_input_event()
|
| H A D | hid-debug.c | 716 [EV_MSC] = "Misc", [EV_LED] = "LED", 1005 [EV_MSC] = misc, [EV_LED] = leds,
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | adbhid.c | 690 case EV_LED: in adbhid_kbd_event() 837 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in adbhid_input_register()
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | event-codes.rst | 62 * EV_LED: 271 EV_LED section in Event codes 274 EV_LED events are used for input and output to set and query the state of
|
| /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 | 44 #define EV_LED 0x11 macro
|
| /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 | 44 #define EV_LED 0x11 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 43 #define EV_LED 0x11 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 24 #define EV_LED 0x11 macro
|
| H A D | linux-event-codes.h | 44 #define EV_LED 0x11 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 44 #define EV_LED 0x11 macro
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_input.c | 291 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_LED, in virtinput_probe()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | core.c | 157 if (type != EV_LED) in hidp_input_event() 679 set_bit(EV_LED, input->evbit); in hidp_setup_input()
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/ |
| H A D | visorinput.c | 339 BIT_MASK(EV_LED); in setup_client_keyboard()
|