Home
last modified time | relevance | path

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

/freebsd/sys/modules/usb/uhid/
H A DMakefile31 KMOD= uhid
33 vnode_if.h usbdevs.h uhid.c
/freebsd/sys/dev/usb/input/
H A Duhid.c86 static SYSCTL_NODE(_hw_usb, OID_AUTO, uhid, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
941 DRIVER_MODULE(uhid, uhub, uhid_driver, NULL, NULL);
942 MODULE_DEPEND(uhid, usb, 1, 1, 1);
943 MODULE_DEPEND(uhid, hid, 1, 1, 1);
944 MODULE_VERSION(uhid, 1);
/freebsd/sys/dev/hid/
H A Dhidraw.c110 bool uhid:1; /* driver switched in to uhid mode */ member
375 sc->sc_state.uhid = false; /* hidraw mode is default */ in hidraw_open()
458 length = min(uio->uio_resid, sc->sc_state.uhid ? in hidraw_read()
476 if (!sc->sc_state.uhid) in hidraw_read()
506 if (sc->sc_state.uhid) { in hidraw_write()
643 sc->sc_state.uhid = true; in hidraw_ioctl()
/freebsd/sys/arm/conf/
H A DTEGRA12490 device uhid # "Human Interface Devices"
H A DGENERIC190 device uhid # "Human Interface Devices"
/freebsd/sys/powerpc/conf/
H A DGENERIC178 device uhid # "Human Interface Devices"
H A DGENERIC64218 device uhid # "Human Interface Devices"
H A DGENERIC64LE214 device uhid # "Human Interface Devices"
/freebsd/share/man/man4/
H A DMakefile1042 uhid.4 \
/freebsd/sys/conf/
H A DNOTES2439 options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias
2473 device uhid
H A Dfiles3396 dev/usb/input/uhid.c optional uhid
/freebsd/
H A DUPDATING620 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc8816 OLD_FILES+=usr/share/man/man4/uhid.4.gz