Home | History | Annotate | Download | only in usbhidctl

Lines Matching defs:hdata

629 	struct hid_data *hdata;
656 hdata = hid_start_parse(rd, 1 << hid_input, reportid);
657 if (hdata == NULL)
660 while (hid_get_item(hdata, &hitem)) {
692 hid_end_parse(hdata);
702 struct hid_data *hdata;
719 hdata = hid_start_parse(rd, kindset, reportid);
720 if (hdata == NULL)
723 while (hid_get_item(hdata, &hitem)) {
781 hid_end_parse(hdata);