Searched refs:uinput (Results 1 – 21 of 21) sorted by relevance
| /freebsd-src/usr.sbin/bluetooth/bthidd/ |
| H A D | bthidd.c | 71 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 D | session.c | 129 if (d->mouse && s->srv->uinput) { in session_run() 138 if (d->keyboard && s->srv->uinput) { in session_run()
|
| H A D | bthidd.h | 50 int32_t uinput; /* enable evdev support */ member
|
| H A D | hid.c | 283 if (hid_device->keyboard && s->srv->uinput) { in hid_interrupt() 568 if (hid_device->mouse && s->srv->uinput && in hid_interrupt()
|
| H A D | kbd.c | 609 if (found && s->srv->uinput && hid_device->keyboard) in kbd_status_changed()
|
| /freebsd-src/sys/modules/uinput/ |
| H A D | Makefile | 3 KMOD= uinput 4 SRCS= uinput.c
|
| /freebsd-src/libexec/rc/rc.d/ |
| H A D | bthidd | 36 load_kld -m uinput uinput
|
| /freebsd-src/sys/arm64/conf/ |
| H A D | std.dev | 74 device uinput # install /dev/uinput cdev
|
| /freebsd-src/sys/dev/evdev/ |
| H A D | uinput.c | 47 #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 D | MINIMAL | 154 device uinput # install /dev/uinput cdev
|
| H A D | GENERIC | 336 device uinput # install /dev/uinput cdev
|
| /freebsd-src/sys/amd64/conf/ |
| H A D | MINIMAL | 146 device uinput # install /dev/uinput cdev
|
| H A D | GENERIC | 376 device uinput # install /dev/uinput cdev
|
| /freebsd-src/sys/arm/conf/ |
| H A D | GENERIC | 155 device uinput # install /dev/uinput cdev
|
| /freebsd-src/sys/powerpc/conf/ |
| H A D | GENERIC | 228 device uinput # install /dev/uinput cdev
|
| H A D | GENERIC64LE | 262 device uinput # install /dev/uinput cdev
|
| H A D | GENERIC64 | 281 device uinput # install /dev/uinput cdev
|
| /freebsd-src/include/ |
| H A D | Makefile | 164 uinput.h 429 $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \
|
| /freebsd-src/sys/modules/ |
| H A D | Makefile | 402 uinput \
|
| /freebsd-src/sys/conf/ |
| H A D | NOTES | 2858 device uinput # install /dev/uinput cdev 2859 options UINPUT_DEBUG # enable uinput debug msgs
|
| H A D | files | 1682 dev/evdev/uinput.c optional evdev uinput
|