Searched refs:EV_LED (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/evdev/ |
H A D | evdev.c | 639 case EV_LED: in evdev_check_event() 766 case EV_LED: in evdev_sparse_event() 911 evdev_send_event(evdev, EV_LED, code, in evdev_restore_after_kdb() 936 if (type == EV_LED) in evdev_push_event() 978 case EV_LED: in evdev_inject_event() 991 if (type == EV_LED || type == EV_REP) in evdev_inject_event()
|
H A D | evdev.h | 224 return (evdev_push_event(evdev, EV_LED, code, value != 0)); in evdev_push_led()
|
H A D | cdev.c | 637 evdev_client_filter_queue(client, EV_LED); in evdev_ioctl() 699 case EV_LED: in evdev_ioctl_eviocgbit()
|
H A D | input-event-codes.h | 56 #define EV_LED 0x11 macro
|
H A D | uinput.c | 161 if (type == EV_LED) in uinput_ev_event()
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 390 ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 || in uinput_open_keyboard() 570 uinput_write_event(fd, EV_LED, led_codes[i], in uinput_rep_leds() 594 case EV_LED: in uinput_kbd_status_changed()
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_kbd.c | 710 (type == EV_LED || type == EV_REP)) { in hvkbd_ev_event() 808 evdev_support_event(evdev, EV_LED); in hv_kbd_drv_attach()
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 465 evdev_support_event(evdev, EV_LED); in kbdmux_init() 1354 (type == EV_LED || type == EV_REP)) { in kbdmux_ev_event()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 44 #define EV_LED 0x11 macro
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd.c | 483 evdev_support_event(evdev, EV_LED); in atkbd_init() 1212 (type == EV_LED || type == EV_REP)) { in atkbd_ev_event()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 341 case EV_LED: in pci_vtinput_read_config_ev_bits()
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 980 evdev_support_event(evdev, EV_LED); in hkbd_attach() 1108 (type == EV_LED || type == EV_REP)) { in hkbd_ev_event()
|
/freebsd/sys/dev/usb/input/ |
H A D | ukbd.c | 1274 evdev_support_event(evdev, EV_LED); in ukbd_attach() 1407 (type == EV_LED || type == EV_REP)) { in ukbd_ev_event()
|
/freebsd/sys/dev/kbd/ |
H A D | kbd.c | 1475 if (type == EV_LED) { in kbd_ev_event()
|