/freebsd/usr.bin/usbhidctl/ |
H A D | usbhid.c | 83 1<<hid_input | 1<<hid_output | 1<<hid_feature, -1); in parceargs() 101 h.kind != hid_feature) || (h.flags & HIO_CONST)) in parceargs() 137 1<<hid_input | 1<<hid_output | 1<<hid_feature, -1); in parceargs() 155 h.kind != hid_feature) || (h.flags & HIO_CONST)) in parceargs() 262 case hid_feature: in dumpitems() 274 size = hid_report_size(r, hid_feature, -1); in dumpitems() 349 kind == hid_feature ? "feature" : "input", in dumpdata() 429 kind == hid_feature ? "feature" : "input", in writedata()
|
/freebsd/sys/dev/hid/ |
H A D | hmt.c | 316 fsize = hid_report_size_max(d_ptr, d_len, hid_feature, NULL); in hmt_attach() 704 HID_USAGE2(HUP_DIGITIZERS, HUD_CONTACT_MAX), hid_feature, in hmt_hid_parse() 713 HID_USAGE2(HUP_DIGITIZERS, HUD_BUTTON_TYPE), hid_feature, in hmt_hid_parse() 720 hid_feature, tlc_index, 0, NULL, NULL, &sc->thqa_cert_rid, NULL); in hmt_hid_parse() 843 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in hmt_hid_parse() 847 hid_feature, sc->btn_type_rid); in hmt_hid_parse() 850 hid_feature, sc->thqa_cert_rid); in hmt_hid_parse()
|
H A D | hconf.c | 216 hid_feature, tlc_index, 0, &fc->loc, &flags, &fc->rid, NULL)) in hconf_parse_feature() 222 fc->rlen = hid_report_size(d_ptr, d_len, hid_feature, fc->rid); in hconf_parse_feature()
|
H A D | hid.h | 225 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
|
H A D | hidbus.c | 106 hid_report_size_max(data, len, hid_feature, &hri->fid); in hidbus_fill_rdesc_info()
|
H A D | hid.c | 396 c->kind = hid_feature; in hid_get_item()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 750 hd = hid_start_parse(d_ptr, d_len, 1 << hid_feature); in wmt_hid_parse() 772 case hid_feature: in wmt_hid_parse() 937 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in wmt_hid_parse() 941 hid_feature, sc->btn_type_rid); in wmt_hid_parse() 944 hid_feature, sc->thqa_cert_rid); in wmt_hid_parse()
|
H A D | uhid.c | 755 hid_feature, 0, NULL, NULL, NULL) && in uhid_probe() 868 (sc->sc_repdesc_ptr, sc->sc_repdesc_size, hid_feature, &sc->sc_fid); in uhid_attach()
|
/freebsd/lib/libusbhid/ |
H A D | descr.c | 69 kindset = 1 << hid_input | 1 << hid_output | 1 << hid_feature; in hid_get_report_id()
|
H A D | usbhid.h | 42 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
|
H A D | parse.c | 352 c->kind = hid_feature; in hid_get_item_raw()
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | hid.c | 148 case hid_feature: in hid_dump_descriptor()
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | parser.y | 436 case hid_feature: in check_hid_device()
|
/freebsd/sys/dev/usb/serial/ |
H A D | ucycom.c | 249 sc->sc_flen = hid_report_size_max(urd_ptr, urd_len, hid_feature, &sc->sc_fid); in ucycom_attach()
|