Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/modules/uinput/
H A DMakefile3 KMOD= uinput
4 SRCS= uinput.c
/freebsd/libexec/rc/rc.d/
H A Dbthidd36 load_kld -m uinput uinput
/freebsd/sys/dev/evdev/
H A Duinput.c712 DEV_MODULE(uinput, uinput_modevent, NULL);
713 MODULE_VERSION(uinput, 1);
714 MODULE_DEPEND(uinput, evdev, 1, 1, 1);
/freebsd/sys/arm/conf/
H A DGENERIC155 device uinput # install /dev/uinput cdev
/freebsd/sys/powerpc/conf/
H A DGENERIC228 device uinput # install /dev/uinput cdev
H A DGENERIC64281 device uinput # install /dev/uinput cdev
H A DGENERIC64LE262 device uinput # install /dev/uinput cdev
/freebsd/include/
H A DMakefile164 uinput.h
429 $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \
/freebsd/sys/i386/conf/
H A DGENERIC336 device uinput # install /dev/uinput cdev
/freebsd/sys/amd64/conf/
H A DGENERIC376 device uinput # install /dev/uinput cdev
/freebsd/sys/modules/
H A DMakefile402 uinput \
/freebsd/sys/conf/
H A DNOTES2846 device uinput # install /dev/uinput cdev
2847 options UINPUT_DEBUG # enable uinput debug msgs
H A Dfiles1682 dev/evdev/uinput.c optional evdev uinput