Home
last modified time | relevance | path

Searched refs:hid_feature (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c83 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 Dhmt.c316 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 Dhconf.c216 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 Dhid.h225 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
H A Dhidbus.c106 hid_report_size_max(data, len, hid_feature, &hri->fid); in hidbus_fill_rdesc_info()
H A Dhid.c396 c->kind = hid_feature; in hid_get_item()
/freebsd/sys/dev/usb/input/
H A Dwmt.c750 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 Duhid.c755 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 Ddescr.c69 kindset = 1 << hid_input | 1 << hid_output | 1 << hid_feature; in hid_get_report_id()
H A Dusbhid.h42 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
H A Dparse.c352 c->kind = hid_feature; in hid_get_item_raw()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c148 case hid_feature: in hid_dump_descriptor()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y436 case hid_feature: in check_hid_device()
/freebsd/sys/dev/usb/serial/
H A Ducycom.c249 sc->sc_flen = hid_report_size_max(urd_ptr, urd_len, hid_feature, &sc->sc_fid); in ucycom_attach()