Home
last modified time | relevance | path

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

/freebsd-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()
/freebsd-src/sys/modules/uinput/
H A DMakefile3 KMOD= uinput
4 SRCS= uinput.c
/freebsd-src/libexec/rc/rc.d/
H A Dbthidd36 load_kld -m uinput uinput
/freebsd-src/sys/arm64/conf/
H A Dstd.dev74 device uinput # install /dev/uinput cdev
/freebsd-src/sys/dev/evdev/
H A Duinput.c47 #include <dev/evdev/uinput.h>
50 #define debugf(state, fmt, args...) printf("uinput: " fmt "\n", ##args)
91 .d_name = "uinput",
207 sx_init(&state->ucs_lock, "uinput"); in uinput_open()
673 ret = make_dev_s(&mda, &uinput_cdev, "uinput"); in uinput_cdev_create()
712 DEV_MODULE(uinput, uinput_modevent, NULL);
713 MODULE_VERSION(uinput, 1);
714 MODULE_DEPEND(uinput, evdev, 1, 1, 1);
/freebsd-src/sys/i386/conf/
H A DMINIMAL154 device uinput # install /dev/uinput cdev
H A DGENERIC336 device uinput # install /dev/uinput cdev
/freebsd-src/sys/amd64/conf/
H A DMINIMAL146 device uinput # install /dev/uinput cdev
H A DGENERIC376 device uinput # install /dev/uinput cdev
/freebsd-src/sys/arm/conf/
H A DGENERIC155 device uinput # install /dev/uinput cdev
/freebsd-src/sys/powerpc/conf/
H A DGENERIC228 device uinput # install /dev/uinput cdev
H A DGENERIC64LE262 device uinput # install /dev/uinput cdev
H A DGENERIC64281 device uinput # install /dev/uinput cdev
/freebsd-src/include/
H A DMakefile164 uinput.h
429 $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \
/freebsd-src/sys/modules/
H A DMakefile402 uinput \
/freebsd-src/sys/conf/
H A DNOTES2858 device uinput # install /dev/uinput cdev
2859 options UINPUT_DEBUG # enable uinput debug msgs
H A Dfiles1682 dev/evdev/uinput.c optional evdev uinput