Searched refs:EV_LED (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/dev/evdev/ |
| H A D | evdev.c | 641 case EV_LED: in evdev_check_event() 768 case EV_LED: in evdev_sparse_event() 913 evdev_send_event(evdev, EV_LED, code, in evdev_restore_after_kdb() 938 if (type == EV_LED) in evdev_push_event() 980 case EV_LED: in evdev_inject_event() 993 if (type == EV_LED || type == EV_REP) in evdev_inject_event()
|
| H A D | evdev.h | 230 return (evdev_push_event(evdev, EV_LED, code, value != 0)); in evdev_push_led()
|
| H A D | cdev.c | 639 evdev_client_filter_queue(client, EV_LED); in evdev_ioctl() 701 case EV_LED: in evdev_ioctl_eviocgbit()
|
| H A D | input-event-codes.h | 58 #define EV_LED 0x11 macro
|
| H A D | uinput.c | 163 if (type == EV_LED) in uinput_ev_event()
|
| /freebsd-13.1/usr.sbin/bluetooth/bthidd/ |
| H A D | btuinput.c | 392 ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 || in uinput_open_keyboard() 572 uinput_write_event(fd, EV_LED, led_codes[i], in uinput_rep_leds() 596 case EV_LED: in uinput_kbd_status_changed()
|
| /freebsd-13.1/sys/dev/kbdmux/ |
| H A D | kbdmux.c | 466 evdev_support_event(evdev, EV_LED); in kbdmux_init() 1360 (type == EV_LED || type == EV_REP)) { in kbdmux_ev_event()
|
| /freebsd-13.1/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 44 #define EV_LED 0x11 macro
|
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | atkbd.c | 485 evdev_support_event(evdev, EV_LED); in atkbd_init() 1198 (type == EV_LED || type == EV_REP)) { in atkbd_ev_event()
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hkbd.c | 978 evdev_support_event(evdev, EV_LED); in hkbd_attach() 1106 (type == EV_LED || type == EV_REP)) { in hkbd_ev_event()
|
| /freebsd-13.1/sys/dev/usb/input/ |
| H A D | ukbd.c | 1213 evdev_support_event(evdev, EV_LED); in ukbd_attach() 1346 (type == EV_LED || type == EV_REP)) { in ukbd_ev_event()
|
| /freebsd-13.1/sys/dev/kbd/ |
| H A D | kbd.c | 1459 if (type == EV_LED) { in kbd_ev_event()
|