Home
last modified time | relevance | path

Searched refs:EV_LED (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/evdev/
H A Devdev.c639 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 Devdev.h224 return (evdev_push_event(evdev, EV_LED, code, value != 0)); in evdev_push_led()
H A Dcdev.c637 evdev_client_filter_queue(client, EV_LED); in evdev_ioctl()
699 case EV_LED: in evdev_ioctl_eviocgbit()
H A Dinput-event-codes.h56 #define EV_LED 0x11 macro
H A Duinput.c161 if (type == EV_LED) in uinput_ev_event()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c390 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 Dhv_kbd.c710 (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 Dkbdmux.c465 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 Dlinux-event-codes.h44 #define EV_LED 0x11 macro
/freebsd/sys/dev/atkbdc/
H A Datkbd.c483 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 Dpci_virtio_input.c341 case EV_LED: in pci_vtinput_read_config_ev_bits()
/freebsd/sys/dev/hid/
H A Dhkbd.c980 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 Dukbd.c1274 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 Dkbd.c1475 if (type == EV_LED) { in kbd_ev_event()