Symbol: hid_feature
lib/libusbhid/descr.c
69
kindset = 1 << hid_input | 1 << hid_output | 1 << hid_feature;
lib/libusbhid/parse.c
352
c->kind = hid_feature;
sys/dev/hid/hconf.c
216
hid_feature, tlc_index, 0, &fc->loc, &flags, &fc->rid, NULL))
sys/dev/hid/hconf.c
222
fc->rlen = hid_report_size(d_ptr, d_len, hid_feature, fc->rid);
sys/dev/hid/hid.c
396
c->kind = hid_feature;
sys/dev/hid/hidbus.c
106
hid_report_size_max(data, len, hid_feature, &hri->fid);
sys/dev/hid/hmt.c
316
fsize = hid_report_size_max(d_ptr, d_len, hid_feature, NULL);
sys/dev/hid/hmt.c
704
HID_USAGE2(HUP_DIGITIZERS, HUD_CONTACT_MAX), hid_feature,
sys/dev/hid/hmt.c
713
HID_USAGE2(HUP_DIGITIZERS, HUD_BUTTON_TYPE), hid_feature,
sys/dev/hid/hmt.c
720
hid_feature, tlc_index, 0, NULL, NULL, &sc->thqa_cert_rid, NULL);
sys/dev/hid/hmt.c
843
sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature,
sys/dev/hid/hmt.c
847
hid_feature, sc->btn_type_rid);
sys/dev/hid/hmt.c
850
hid_feature, sc->thqa_cert_rid);
sys/dev/usb/input/uhid.c
753
hid_feature, 0, NULL, NULL, NULL) &&
sys/dev/usb/input/uhid.c
866
(sc->sc_repdesc_ptr, sc->sc_repdesc_size, hid_feature, &sc->sc_fid);
sys/dev/usb/input/wmt.c
750
hd = hid_start_parse(d_ptr, d_len, 1 << hid_feature);
sys/dev/usb/input/wmt.c
772
case hid_feature:
sys/dev/usb/input/wmt.c
937
sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature,
sys/dev/usb/input/wmt.c
941
hid_feature, sc->btn_type_rid);
sys/dev/usb/input/wmt.c
944
hid_feature, sc->thqa_cert_rid);
sys/dev/usb/serial/ucycom.c
249
sc->sc_flen = hid_report_size_max(urd_ptr, urd_len, hid_feature, &sc->sc_fid);
usr.bin/usbhidctl/usbhid.c
101
h.kind != hid_feature) || (h.flags & HIO_CONST))
usr.bin/usbhidctl/usbhid.c
137
1<<hid_input | 1<<hid_output | 1<<hid_feature, -1);
usr.bin/usbhidctl/usbhid.c
155
h.kind != hid_feature) || (h.flags & HIO_CONST))
usr.bin/usbhidctl/usbhid.c
262
case hid_feature:
usr.bin/usbhidctl/usbhid.c
274
size = hid_report_size(r, hid_feature, -1);
usr.bin/usbhidctl/usbhid.c
349
kind == hid_feature ? "feature" : "input",
usr.bin/usbhidctl/usbhid.c
429
kind == hid_feature ? "feature" : "input",
usr.bin/usbhidctl/usbhid.c
83
1<<hid_input | 1<<hid_output | 1<<hid_feature, -1);
usr.sbin/bluetooth/bthidcontrol/hid.c
148
case hid_feature:
usr.sbin/bluetooth/bthidd/parser.y
436
case hid_feature: