Symbol: EV_LED
sys/dev/atkbdc/atkbd.c
1212
(type == EV_LED || type == EV_REP)) {
sys/dev/atkbdc/atkbd.c
483
evdev_support_event(evdev, EV_LED);
sys/dev/evdev/cdev.c
638
evdev_client_filter_queue(client, EV_LED);
sys/dev/evdev/cdev.c
700
case EV_LED:
sys/dev/evdev/evdev.c
1012
if (type == EV_LED || type == EV_REP)
sys/dev/evdev/evdev.c
660
case EV_LED:
sys/dev/evdev/evdev.c
787
case EV_LED:
sys/dev/evdev/evdev.c
932
evdev_send_event(evdev, EV_LED, code,
sys/dev/evdev/evdev.c
957
if (type == EV_LED)
sys/dev/evdev/evdev.c
999
case EV_LED:
sys/dev/evdev/evdev.h
225
return (evdev_push_event(evdev, EV_LED, code, value != 0));
sys/dev/evdev/uinput.c
162
if (type == EV_LED)
sys/dev/hid/hkbd.c
1095
evdev_support_event(evdev, EV_LED);
sys/dev/hid/hkbd.c
1223
(type == EV_LED || type == EV_REP)) {
sys/dev/hyperv/input/hv_kbd.c
710
(type == EV_LED || type == EV_REP)) {
sys/dev/hyperv/input/hv_kbd.c
808
evdev_support_event(evdev, EV_LED);
sys/dev/kbd/kbd.c
1475
if (type == EV_LED) {
sys/dev/kbdmux/kbdmux.c
1354
(type == EV_LED || type == EV_REP)) {
sys/dev/kbdmux/kbdmux.c
465
evdev_support_event(evdev, EV_LED);
sys/dev/usb/input/ukbd.c
1390
evdev_support_event(evdev, EV_LED);
sys/dev/usb/input/ukbd.c
1523
(type == EV_LED || type == EV_REP)) {
usr.sbin/bhyve/pci_virtio_input.c
341
case EV_LED:
usr.sbin/bluetooth/bthidd/btuinput.c
390
ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 ||
usr.sbin/bluetooth/bthidd/btuinput.c
570
uinput_write_event(fd, EV_LED, led_codes[i],
usr.sbin/bluetooth/bthidd/btuinput.c
594
case EV_LED:
usr.sbin/moused/moused/event-names.h
13
[EV_LED] = "EV_LED",
usr.sbin/moused/moused/event-names.h
813
[EV_LED] = led_map,
usr.sbin/moused/moused/event-names.h
887
{ .name = "EV_LED", .value = EV_LED },