Home | History | Annotate | Download | only in bsd

Lines Matching refs:hdata

259 	struct hid_data *hdata;
327 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);
329 hdata = hid_start_parse(hw->repdesc, 1 << hid_input);
331 if (hdata == NULL) {
342 while (hid_get_item(hdata, &hitem) > 0) {
384 hid_end_parse(hdata);
405 struct hid_data *hdata;
466 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid);
468 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input);
470 if (hdata == NULL) {
476 for (nbutton = 0; hid_get_item(hdata, &hitem) > 0;) {
518 hid_end_parse(hdata);