Home
last modified time | relevance | path

Searched refs:uhid (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/modules/usb/uhid/
H A DMakefile31 KMOD= uhid
33 vnode_if.h usbdevs.h uhid.c
/freebsd/sys/dev/hid/
H A Dhidraw.c116 bool uhid:1; /* driver switched in to uhid mode */ member
382 sc->sc_state.uhid = false; /* hidraw mode is default */ in hidraw_open()
465 length = min(uio->uio_resid, sc->sc_state.uhid ? in hidraw_read()
483 if (!sc->sc_state.uhid) in hidraw_read()
513 if (sc->sc_state.uhid) { in hidraw_write()
651 sc->sc_state.uhid = true; in hidraw_ioctl()
840 sc->sc_state.uhid = false; in hidraw_ioctl()
/freebsd/sys/dev/usb/input/
H A Duhid.c83 static SYSCTL_NODE(_hw_usb, OID_AUTO, uhid, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
934 DRIVER_MODULE(uhid, uhub, uhid_driver, NULL, NULL);
935 MODULE_DEPEND(uhid, usb, 1, 1, 1);
936 MODULE_DEPEND(uhid, hid, 1, 1, 1);
937 MODULE_VERSION(uhid, 1);
/freebsd/sys/modules/usb/
H A DMakefile49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled usbhid
/freebsd/sys/arm/conf/
H A DTEGRA12490 device uhid # "Human Interface Devices"
H A DGENERIC190 device uhid # "Human Interface Devices"
/freebsd/contrib/libfido2/
H A DNEWS16 ** hid_linux: improved support for uhid devices.
/freebsd/sys/powerpc/conf/
H A DGENERIC180 device uhid # "Human Interface Devices"
H A DGENERIC64LE222 device uhid # "Human Interface Devices"
H A DGENERIC64225 device uhid # "Human Interface Devices"
/freebsd/share/man/man4/
H A DMakefile1111 uhid.4 \
/freebsd/sys/conf/
H A DNOTES2430 options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias for /dev/hidraw
2441 options U2F_DROP_UHID_ALIAS # Do not install /dev/uhid alias for
2442 # /dev/u2f/ and rename driver from uhid to u2f
2467 device uhid
H A Dfiles3464 dev/usb/input/uhid.c optional uhid
/freebsd/
H A DUPDATING311 uhid(4). Work on a FIDO/U2F driver and moused(8) is in progress.
1107 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc9135 OLD_FILES+=usr/share/man/man4/uhid.4.gz