Lines Matching defs:hrd
117 report_desc_t hrd;
124 ATF_REQUIRE((hrd = hid_use_report_desc(range_test_report_descriptor,
126 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
130 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
134 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
139 hid_dispose_report_desc(hrd);
140 hrd = NULL;
142 ATF_REQUIRE((hrd = hid_use_report_desc(
145 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi,
152 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi,
159 ATF_REQUIRE(hid_locate(hrd, 0xff000013U, hid_input, &hi,
167 hid_dispose_report_desc(hrd);
168 hrd = NULL;
180 report_desc_t hrd;
187 ATF_REQUIRE((hrd = hid_use_report_desc(range_test_report_descriptor,
189 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
193 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
197 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
202 hid_dispose_report_desc(hrd);
203 hrd = NULL;
205 ATF_REQUIRE((hrd = hid_use_report_desc(
208 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi,
215 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi,
222 ATF_REQUIRE(hid_locate(hrd, 0xff000013U, hid_input, &hi,
230 hid_dispose_report_desc(hrd);
231 hrd = NULL;
242 report_desc_t hrd;
250 ATF_REQUIRE((hrd = hid_use_report_desc(
254 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
265 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
276 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
287 hid_dispose_report_desc(hrd);
288 hrd = NULL;
290 ATF_REQUIRE((hrd = hid_use_report_desc(
293 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi,
304 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi,
315 ATF_REQUIRE(hid_locate(hrd, 0xff000013U, hid_input, &hi,
326 hid_dispose_report_desc(hrd);
327 hrd = NULL;
338 report_desc_t hrd;
345 ATF_REQUIRE((hrd = hid_use_report_desc(
348 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
354 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
360 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
377 hid_dispose_report_desc(hrd);
378 hrd = NULL;
380 ATF_REQUIRE((hrd = hid_use_report_desc(
383 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi,
389 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi,
395 ATF_REQUIRE(hid_locate(hrd, 0xff000013U, hid_input, &hi,
414 hid_dispose_report_desc(hrd);
415 hrd = NULL;
426 report_desc_t hrd;
430 ATF_REQUIRE((hrd = hid_use_report_desc(
433 hd = hid_start_parse(hrd, 0, NO_REPORT_ID);
437 hid_dispose_report_desc(hrd);
438 hrd = NULL;