Home
last modified time | relevance | path

Searched refs:btn_type_rid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhmt.c218 uint8_t btn_type_rid; member
341 if (sc->btn_type_rlen > 1 && sc->btn_type_rid != sc->cont_max_rid) { in hmt_attach()
344 HID_FEATURE_REPORT, sc->btn_type_rid); in hmt_attach()
714 tlc_index, 0, &sc->btn_type_loc, &flags, &sc->btn_type_rid, NULL) in hmt_hid_parse()
716 sc->btn_type_rid = 0; in hmt_hid_parse()
845 if (sc->btn_type_rid > 0) in hmt_hid_parse()
847 hid_feature, sc->btn_type_rid); in hmt_hid_parse()
/freebsd/sys/dev/usb/input/
H A Dwmt.c239 uint8_t btn_type_rid; member
359 sc->btn_type_rid != sc->cont_max_rid) { in wmt_attach()
363 UHID_FEATURE_REPORT, sc->btn_type_rid); in wmt_attach()
788 sc->btn_type_rid = hi.report_ID; in wmt_hid_parse()
940 if (sc->btn_type_rid > 0) in wmt_hid_parse()
942 hid_feature, sc->btn_type_rid); in wmt_hid_parse()