Home
last modified time | relevance | path

Searched refs:UI_SET_LEDBIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/evdev/
H A Duinput.h79 #define UI_SET_LEDBIT _IOWINT(UINPUT_IOCTL_BASE, 105) macro
H A Duinput.c567 case UI_SET_LEDBIT: in uinput_ioctl_sub()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c393 ioctl(fd, UI_SET_LEDBIT, LED_CAPSL) < 0 || in uinput_open_keyboard()
394 ioctl(fd, UI_SET_LEDBIT, LED_NUML) < 0 || in uinput_open_keyboard()
395 ioctl(fd, UI_SET_LEDBIT, LED_SCROLLL)) in uinput_open_keyboard()