Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/usbhidctl/
HDusbhid.c268 size = hid_report_size(r, hid_input, -1); in dumpitems()
271 size = hid_report_size(r, hid_output, -1); in dumpitems()
274 size = hid_report_size(r, hid_feature, -1); in dumpitems()
327 dlen = hid_report_size(rd, kind < 3 ? kind : hid_input, rid); in dumpdata()
395 dlen = hid_report_size(rd, kind, rid); in writedata()
/freebsd-14-stable/lib/libusbhid/
HDMakefile11 usbhid.3 hid_get_item.3 usbhid.3 hid_report_size.3 \
HDusbhid.h97 int hid_report_size(report_desc_t d, enum hid_kind k, int id);
HDparse.c529 hid_report_size(report_desc_t r, enum hid_kind k, int id) in hid_report_size() function
/freebsd-14-stable/sys/dev/usb/
HDusbhid.h74 #define hid_report_size(buf, len, kind, id) \ macro
/freebsd-14-stable/sys/dev/usb/input/
HDwmt.c935 sc->report_len = hid_report_size(d_ptr, d_len, hid_input, in wmt_hid_parse()
937 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in wmt_hid_parse()
940 sc->btn_type_rlen = hid_report_size(d_ptr, d_len, in wmt_hid_parse()
943 sc->thqa_cert_rlen = hid_report_size(d_ptr, d_len, in wmt_hid_parse()
/freebsd-14-stable/sys/dev/hid/
HDhmt.c843 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in hmt_hid_parse()
846 sc->btn_type_rlen = hid_report_size(d_ptr, d_len, in hmt_hid_parse()
849 sc->thqa_cert_rlen = hid_report_size(d_ptr, d_len, in hmt_hid_parse()
HDhconf.c222 fc->rlen = hid_report_size(d_ptr, d_len, hid_feature, fc->rid); in hconf_parse_feature()
HDhid.h313 int hid_report_size(const void *buf, hid_size_t len, enum hid_kind k,
HDhid.c574 hid_report_size(const void *buf, hid_size_t len, enum hid_kind k, uint8_t id) in hid_report_size() function
HDhkbd.c862 sc->sc_led_size = hid_report_size(ptr, len, in hkbd_parse_hid()
/freebsd-14-stable/contrib/netbsd-tests/dev/usb/
HDt_hid.c44 #define hid_report_size rumpns_hid_report_size macro
/freebsd-14-stable/usr.bin/usbhidaction/
HDusbhidaction.c159 sz = (size_t)hid_report_size(repd, hid_input, -1); in main()
/freebsd-14-stable/tools/build/mk/
HDOptionalObsoleteFiles.inc8793 OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz