Searched refs:rnum (Results 1 – 8 of 8) sorted by relevance
/linux/include/uapi/linux/ |
H A D | uhid.h | 89 __u8 rnum; member 102 __u8 rnum; member 159 __u8 rnum; member
|
/linux/drivers/hid/ |
H A D | uhid.c | 232 static int uhid_hid_get_report(struct hid_device *hid, unsigned char rnum, in uhid_hid_get_report() argument 248 ev->u.get_report.rnum = rnum; in uhid_hid_get_report() 275 static int uhid_hid_set_report(struct hid_device *hid, unsigned char rnum, in uhid_hid_set_report() argument 290 ev->u.set_report.rnum = rnum; in uhid_hid_set_report()
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_mouse.py | 417 def set_report(self, req, rnum, rtype, data): argument 420 if rnum != 0x12: 434 def set_report(self, req, rnum, rtype, data): argument 435 super().set_report(req, rnum, rtype, data) 530 def set_report(self, req, rnum, rtype, data): argument 531 super().set_report(req, rnum, rtype, data)
|
H A D | test_tablet.py | 620 def get_report(self, req, rnum, rtype): argument 626 if v.report_ID == rnum: 634 def set_report(self, req, rnum, rtype, data): argument 640 if v.report_ID == rnum:
|
H A D | test_multitouch.py | 177 def get_report(self, req, rnum, rtype): argument 183 if v.report_ID == rnum: 196 def set_report(self, req, rnum, rtype, data): argument 202 if v.report_ID == rnum:
|
H A D | test_wacom_generic.py | 296 def get_report(self, req, rnum, rtype): argument 302 if v.report_ID == rnum:
|
/linux/sound/pci/au88x0/ |
H A D | au88x0_core.c | 1630 ADBRamLink * route, int rnum) in vortex_adb_addroutes() argument 1634 if ((rnum <= 0) || (route == NULL)) in vortex_adb_addroutes() 1637 rnum--; in vortex_adb_addroutes() 1639 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2), in vortex_adb_addroutes() 1641 while (rnum > 0) { in vortex_adb_addroutes() 1644 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]); in vortex_adb_addroutes() 1645 rnum--; in vortex_adb_addroutes()
|
/linux/tools/testing/selftests/hid/ |
H A D | hid_common.h | 224 answer.u.get_report_reply.err = ev.u.get_report.rnum == 1 ? 0 : -EIO; in uhid_event()
|