Home
last modified time | relevance | path

Searched refs:hdata (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c348 struct hid_data *hdata; local
443 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; local
599 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