Lines Matching refs:d_ptr
263 void *d_ptr; in wmt_probe() local
277 &d_ptr, &d_len, M_TEMP, uaa->info.bIfaceIndex); in wmt_probe()
281 if (wmt_hid_parse(NULL, d_ptr, d_len)) in wmt_probe()
286 free(d_ptr, M_TEMP); in wmt_probe()
295 void *d_ptr; in wmt_attach() local
306 &d_ptr, &d_len, M_TEMP, uaa->info.bIfaceIndex); in wmt_attach()
312 hid_ok = wmt_hid_parse(sc, d_ptr, d_len); in wmt_attach()
313 free(d_ptr, M_TEMP); in wmt_attach()
619 wmt_hid_parse(struct wmt_softc *sc, const void *d_ptr, uint16_t d_len) in wmt_hid_parse() argument
640 hd = hid_start_parse(d_ptr, d_len, 1 << hid_feature); in wmt_hid_parse()
680 hd = hid_start_parse(d_ptr, d_len, 1 << hid_input); in wmt_hid_parse()
811 sc->isize = wmt_hid_report_size(d_ptr, d_len, hid_input, report_id); in wmt_hid_parse()
812 sc->cont_max_rlen = wmt_hid_report_size(d_ptr, d_len, hid_feature, in wmt_hid_parse()
815 sc->thqa_cert_rlen = wmt_hid_report_size(d_ptr, d_len, in wmt_hid_parse()