Searched refs:EV_LED (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/dev/evdev/ |
| H A D | evdev.c | 654 case EV_LED: in evdev_check_event() 781 case EV_LED: in evdev_sparse_event() 926 evdev_send_event(evdev, EV_LED, code, in evdev_restore_after_kdb() 951 if (type == EV_LED) in evdev_push_event() 993 case EV_LED: in evdev_inject_event() 1006 if (type == EV_LED || type == EV_REP) in evdev_inject_event()
|
| H A D | evdev.h | 225 return (evdev_push_event(evdev, EV_LED, code, value != 0)); in evdev_push_led()
|
| H A D | cdev.c | 638 evdev_client_filter_queue(client, EV_LED); in evdev_ioctl() 700 case EV_LED: in evdev_ioctl_eviocgbit()
|
| H A D | input-event-codes.h | 57 #define EV_LED 0x11 macro
|
| H A D | uinput.c | 162 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/usr.sbin/moused/moused/ |
| H A D | event-names.h | 13 [EV_LED] = "EV_LED", 813 [EV_LED] = led_map, 887 { .name = "EV_LED", .value = EV_LED },
|
| /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 | 982 evdev_support_event(evdev, EV_LED); in hkbd_attach() 1110 (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()
|