Searched full:usbhid (Results 1 – 25 of 88) sorted by relevance
1234
/freebsd/lib/libusbhid/ |
H A D | Makefile | 3 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 D | descr_compat.c | 47 #include "usbhid.h"
|
/freebsd/share/man/man4/ |
H A D | usbhid.4 | 28 .Nm usbhid 35 .Cd "device usbhid" 55 .It Va hw.usb.usbhid.enable 62 .It Va hw.usb.usbhid.debug
|
H A D | hgame.4 | 56 .Xr usbhid 4 . 89 .Xr usbhid 4
|
H A D | hidbus.4 | 53 .Xr usbhid 4 . 89 .Xr usbhid 4
|
H A D | hpen.4 | 56 .Xr usbhid 4 . 89 .Xr usbhid 4 ,
|
H A D | hms.4 | 57 .Xr usbhid 4 . 92 .Xr usbhid 4 ,
|
H A D | hkbd.4 | 59 .Xr usbhid 4 174 .Xr usbhid 4 ,
|
H A D | bcm5974.4 | 38 .Cd "device usbhid"
|
H A D | hsctrl.4 | 85 .Xr usbhid 4
|
H A D | hcons.4 | 85 .Xr usbhid 4
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 67 #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 D | Makefile | 4 SRCS= usbhid.c 6 LIBADD= usbhid
|
H A D | usbhid.c | 1 /* $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 D | Makefile | 5 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 D | Makefile | 5 LIBADD= usbhid
|
/freebsd/sys/dev/hid/ |
H A D | xb360gp.c | 31 * 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 D | Makefile | 12 LIBADD+= bluetooth usbhid
|
/freebsd/secure/libexec/ssh-sk-helper/ |
H A D | Makefile | 5 SRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | Makefile | 13 LIBADD+= bluetooth sdp usbhid
|
H A D | hid.c | 37 #include <dev/usb/usbhid.h> 40 #include <usbhid.h>
|
/freebsd/crypto/openssh/regress/unittests/sshsig/ |
H A D | Makefile | 14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
|
/freebsd/crypto/openssh/regress/unittests/hostkeys/ |
H A D | Makefile | 14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | Makefile | 14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
|
/freebsd/crypto/openssh/regress/unittests/kex/ |
H A D | Makefile | 14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
|
1234