Home
last modified time | relevance | path

Searched full:usbhid (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/lib/libusbhid/
H A DMakefile3 LIB= usbhid
4 MAN= usbhid.3
8 MLINKS= usbhid.3 libusbhid.3 usbhid.3 hid_get_report_desc.3 \
9 usbhid.3 hid_dispose_report_desc.3 \
10 usbhid.3 hid_start_parse.3 usbhid.3 hid_end_parse.3 \
11 usbhid.3 hid_get_item.3 usbhid.3 hid_report_size.3 \
12 usbhid.3 hid_locate.3 \
13 usbhid.3 hid_usage_page.3 usbhid.3 hid_usage_in_page.3 \
14 usbhid.3 hid_init.3 \
15 usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3
[all …]
H A Ddescr_compat.c47 #include "usbhid.h"
/freebsd/share/man/man4/
H A Dusbhid.428 .Nm usbhid
35 .Cd "device usbhid"
55 .It Va hw.usb.usbhid.enable
62 .It Va hw.usb.usbhid.debug
H A Dhgame.456 .Xr usbhid 4 .
89 .Xr usbhid 4
H A Dhidbus.453 .Xr usbhid 4 .
89 .Xr usbhid 4
H A Dhpen.456 .Xr usbhid 4 .
89 .Xr usbhid 4 ,
H A Dhms.457 .Xr usbhid 4 .
92 .Xr usbhid 4 ,
H A Dhkbd.459 .Xr usbhid 4
174 .Xr usbhid 4 ,
H A Dbcm5974.438 .Cd "device usbhid"
H A Dhsctrl.485 .Xr usbhid 4
H A Dhcons.485 .Xr usbhid 4
/freebsd/sys/dev/usb/input/
H A Dusbhid.c67 #include <dev/usb/usbhid.h>
79 static SYSCTL_NODE(_hw_usb, OID_AUTO, usbhid, CTLFLAG_RW, 0, "USB usbhid");
82 &usbhid_enable, 0, "Enable usbhid and prefer it to other USB HID drivers");
493 "usbhid wt", 0); in usbhid_sync_xfer()
513 msleep_sbt(xfer_ctx, &sc->sc_mtx, 0, "usbhid io", in usbhid_sync_xfer()
835 mtx_init(&sc->sc_mtx, "usbhid lock", NULL, MTX_DEF); in usbhid_attach()
891 .name = "usbhid",
896 DRIVER_MODULE(usbhid, uhub, usbhid_driver, NULL, NULL);
897 MODULE_DEPEND(usbhid, us
[all...]
/freebsd/usr.bin/usbhidctl/
H A DMakefile4 SRCS= usbhid.c
6 LIBADD= usbhid
H A Dusbhid.c1 /* $NetBSD: usbhid.c,v 1.14 2000/07/03 02:51:37 matt Exp $ */
43 #include <usbhid.h>
44 #include <dev/usb/usbhid.h>
/freebsd/sys/modules/usb/usbhid/
H A DMakefile5 KMOD= usbhid
6 SRCS= opt_usb.h bus_if.h device_if.h hid_if.h usb_if.h usbhid.c
/freebsd/usr.bin/usbhidaction/
H A DMakefile5 LIBADD= usbhid
/freebsd/sys/dev/hid/
H A Dxb360gp.c31 * XBox 360 gamepad driver thanks to the custom descriptor in usbhid.
73 /* Customized to match usbhid's XBox 360 descriptor */
/freebsd/usr.sbin/bluetooth/bthidd/
H A DMakefile12 LIBADD+= bluetooth usbhid
/freebsd/secure/libexec/ssh-sk-helper/
H A DMakefile5 SRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A DMakefile13 LIBADD+= bluetooth sdp usbhid
H A Dhid.c37 #include <dev/usb/usbhid.h>
40 #include <usbhid.h>
/freebsd/crypto/openssh/regress/unittests/sshsig/
H A DMakefile14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A DMakefile14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
/freebsd/crypto/openssh/regress/unittests/kex/
H A DMakefile14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c

1234