Home
last modified time | relevance | path

Searched refs:uinput (Results 1 – 24 of 24) sorted by relevance

/src/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c71 int32_t opt, detach, tval, uinput; in main() local
77 uinput = 0; in main()
115 uinput = 1; in main()
165 srv.uinput = uinput; in main()
H A Dsession.c129 if (d->mouse && s->srv->uinput) { in session_run()
138 if (d->keyboard && s->srv->uinput) { in session_run()
H A Dbthidd.h50 int32_t uinput; /* enable evdev support */ member
H A Dhid.c283 if (hid_device->keyboard && s->srv->uinput) { in hid_interrupt()
568 if (hid_device->mouse && s->srv->uinput && in hid_interrupt()
H A Dkbd.c609 if (found && s->srv->uinput && hid_device->keyboard) in kbd_status_changed()
/src/sys/modules/uinput/
H A DMakefile3 KMOD= uinput
4 SRCS= uinput.c
/src/libexec/rc/rc.d/
H A Dbthidd36 load_kld -m uinput uinput
/src/sys/powerpc/conf/
H A DMPC85XX131 device uinput # install /dev/uinput cdev
H A DQORIQ64131 device uinput # install /dev/uinput cdev
H A DGENERIC228 device uinput # install /dev/uinput cdev
H A DGENERIC64286 device uinput # install /dev/uinput cdev
H A DGENERIC64LE267 device uinput # install /dev/uinput cdev
/src/sys/arm64/conf/
H A Dstd.dev74 device uinput # install /dev/uinput cdev
/src/sys/arm/conf/
H A DTEGRA124135 device uinput # install /dev/uinput cdev
H A DGENERIC155 device uinput # install /dev/uinput cdev
/src/sys/dev/evdev/
H A Duinput.c713 DEV_MODULE(uinput, uinput_modevent, NULL);
714 MODULE_VERSION(uinput, 1);
715 MODULE_DEPEND(uinput, evdev, 1, 1, 1);
/src/sys/amd64/conf/
H A DMINIMAL153 device uinput # install /dev/uinput cdev
H A DGENERIC390 device uinput # install /dev/uinput cdev
/src/sys/i386/conf/
H A DMINIMAL156 device uinput # install /dev/uinput cdev
H A DGENERIC338 device uinput # install /dev/uinput cdev
/src/include/
H A DMakefile165 uinput.h
430 $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \
/src/sys/modules/
H A DMakefile412 uinput \
/src/sys/conf/
H A DNOTES2851 device uinput # install /dev/uinput cdev
2852 options UINPUT_DEBUG # enable uinput debug msgs
H A Dfiles1706 dev/evdev/uinput.c optional evdev uinput