Searched refs:EV_LED (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/evdev/
H A Devdev.h195 return (evdev_push_event(evdev, EV_LED, code, value != 0));
H A Devdev.c650 case EV_LED:
769 case EV_LED:
914 evdev_send_event(evdev, EV_LED, code,
942 if (type == EV_LED)
983 case EV_LED:
996 if (type == EV_LED || type == EV_REP)
H A Dcdev.c639 evdev_client_filter_queue(client, EV_LED);
701 case EV_LED:
H A Dinput-event-codes.h58 #define EV_LED 0x11 macro
H A Duinput.c163 if (type == EV_LED)
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c392 ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 ||
572 uinput_write_event(fd, EV_LED, led_codes[i],
596 case EV_LED:
/freebsd-13-stable/sys/dev/kbdmux/
H A Dkbdmux.c499 evdev_support_event(evdev, EV_LED);
1401 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h44 #define EV_LED 0x11 macro
/freebsd-13-stable/sys/dev/atkbdc/
H A Datkbd.c474 evdev_support_event(evdev, EV_LED);
1187 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c1000 evdev_support_event(evdev, EV_LED);
1128 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c1213 evdev_support_event(evdev, EV_LED);
1346 (type == EV_LED || type == EV_REP)) {
/freebsd-13-stable/sys/dev/kbd/
H A Dkbd.c1459 if (type == EV_LED) {

Completed in 138 milliseconds