Searched refs:set_report (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/hid/tests/ | ||
| H A D | test_mouse.py | 417 def set_report(self, req, rnum, rtype, data): member in ResolutionMultiplierMouse |
| H A D | test_tablet.py | 638 def set_report(self, req, rnum, rtype, data): |
| H A D | test_multitouch.py | 197 def set_report(self, req, rnum, rtype, data): member in Digitizer |
| /linux/include/uapi/linux/ | ||
| H A D | uhid.h | 194 struct uhid_set_report_req set_report; member |
| /linux/tools/testing/selftests/hid/ | ||
| H A D | hid_common.h | 235 answer.u.set_report_reply.id = ev.u.set_report.id; in uhid_event() |