Searched refs:thqa_cert_rid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hmt.c | 220 uint8_t thqa_cert_rid; member 356 if (sc->thqa_cert_rlen > 1 && sc->thqa_cert_rid != sc->cont_max_rid) in hmt_attach() 358 HID_FEATURE_REPORT, sc->thqa_cert_rid); in hmt_attach() 720 hid_feature, tlc_index, 0, NULL, NULL, &sc->thqa_cert_rid, NULL); in hmt_hid_parse() 848 if (sc->thqa_cert_rid > 0) in hmt_hid_parse() 850 hid_feature, sc->thqa_cert_rid); in hmt_hid_parse()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 240 uint8_t thqa_cert_rid; member 374 sc->thqa_cert_rid != sc->cont_max_rid) in wmt_attach() 377 UHID_FEATURE_REPORT, sc->thqa_cert_rid); in wmt_attach() 775 sc->thqa_cert_rid = hi.report_ID; in wmt_hid_parse() 942 if (sc->thqa_cert_rid > 0) in wmt_hid_parse() 944 hid_feature, sc->thqa_cert_rid); in wmt_hid_parse()
|