Searched refs:uhid (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/modules/usb/uhid/ |
H A D | Makefile | 31 KMOD= uhid 33 vnode_if.h usbdevs.h uhid.c
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid.c | 86 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 D | hidraw.c | 110 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 D | TEGRA124 | 90 device uhid # "Human Interface Devices"
|
H A D | GENERIC | 190 device uhid # "Human Interface Devices"
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 178 device uhid # "Human Interface Devices"
|
H A D | GENERIC64 | 218 device uhid # "Human Interface Devices"
|
H A D | GENERIC64LE | 214 device uhid # "Human Interface Devices"
|
/freebsd/share/man/man4/ |
H A D | Makefile | 1042 uhid.4 \
|
/freebsd/sys/conf/ |
H A D | NOTES | 2439 options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias 2473 device uhid
|
H A D | files | 3396 dev/usb/input/uhid.c optional uhid
|
/freebsd/ |
H A D | UPDATING | 620 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8816 OLD_FILES+=usr/share/man/man4/uhid.4.gz
|