| /linux/drivers/input/ |
| H A D | input-leds.c | 69 input_inject_event(led->handle, EV_LED, led->code, !!brightness); in input_leds_brightness_set() 197 .evbit = { BIT_MASK(EV_LED) },
|
| H A D | evdev.c | 66 [EV_LED] = LED_CNT, in evdev_get_mask_cnt() 790 case EV_LED: bits = dev->ledbit; len = LED_MAX; break; in handle_eviocgbit() 1157 return evdev_handle_get_val(client, dev, EV_LED, dev->led, in evdev_do_ioctl()
|
| /linux/drivers/input/keyboard/ |
| H A D | sunkbd.c | 142 case EV_LED: in sunkbd_event() 303 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in sunkbd_connect()
|
| H A D | lkkbd.c | 532 case EV_LED: in lkkbd_event() 641 __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()
|
| H A D | applespi.c | 935 case EV_LED: in applespi_event() 1693 BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | BIT_MASK(EV_REP); in applespi_probe()
|
| /linux/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()
|
| /linux/drivers/macintosh/ |
| H A D | adbhid.c | 690 case EV_LED: in adbhid_kbd_event() 834 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in adbhid_input_register()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 62 * EV_LED: 302 EV_LED section in Event codes 305 EV_LED events are used for input and output to set and query the state of
|
| /linux/drivers/hid/ |
| H A D | hid-input.c | 99 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c)) 1812 if (field->usage[j].type == EV_LED) in hidinput_get_led_field() 1833 if (field->usage[j].type == EV_LED && in hidinput_count_leds() 1898 if (type != EV_LED) in hidinput_input_event()
|
| H A D | hid-debug.c | 3148 [EV_MSC] = "Misc", [EV_LED] = "LED", 3613 [EV_MSC] = misc, [EV_LED] = leds,
|
| H A D | hid-logitech-hidpp.c | 2942 __clear_bit(EV_LED, input_dev->evbit); in wtp_populate_input()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 45 #define EV_LED 0x11 44 #define EV_LED global() macro
|
| /linux/drivers/virtio/ |
| H A D | virtio_input.c | 301 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_LED, in virtinput_probe()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 45 #define EV_LED 0x11 macro
|
| /linux/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()
|
| /linux/include/linux/ |
| H A D | hid.h | 1150 case EV_LED: in hid_map_usage()
|