Searched refs:hdata (Results 1 – 1 of 1) sorted by relevance
348 struct hid_data *hdata; local443 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);445 hdata = hid_start_parse(hw->repdesc, 1 << hid_input);447 if (hdata == NULL) {458 while (hid_get_item(hdata, &hitem) > 0) {505 hid_end_parse(hdata);538 struct hid_data *hdata; local599 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input);601 if (hdata == NULL) {606 for (nbutton = 0; hid_get_item(hdata, &hitem) > 0;) {[all …]
Completed in 6 milliseconds