Home
last modified time | relevance | path

Searched refs:reportID (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py191 self, x, y, pressure, buttons=None, toolid=None, proximity=None, reportID=None
204 :param reportID: the numeric report ID for this report, if needed
218 reportID = reportID or self.default_reportID
229 return super().create_report(report, reportID=reportID)
231 def create_report_heartbeat(self, reportID):
240 return super().create_report(report, reportID=reportID)
242 def create_report_pad(self, reportID, rin
[all...]
H A Dtest_keyboard.py58 def create_array_report(self, keys, reportID=None, application=None):
65 :param reportID: the numeric report ID for this report, if needed
68 reportID = reportID or self.default_reportID
71 return self.create_report(keyboard, reportID=reportID, application=application)
73 def event(self, keys, reportID=None, application=None):
81 r = self.create_array_report(keys, reportID, application)
H A Dtest_ite_keyboard.py135 def event(self, keys, reportID=None, application=None):
137 return super().event(keys, reportID, application)
H A Dtest_mouse.py42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None):
52 :param reportID: the numeric report ID for this report, if needed
76 reportID = reportID or self.default_reportID
86 return super().create_report(mouse, reportID=reportID)
335 r = self.create_report(x, y, buttons, wheels, reportID=1)
338 r = self.create_report(x, y, buttons, reportID=2)
H A Dtest_multitouch.py85 def msCertificationBlob(cls, reportID):
90 Report ID ({reportID})
496 def create_report(self, data, global_data=None, reportID=None, application=None):
501 return super().create_report(data, global_data=global_data, reportID=3)
H A Dtest_apple_keyboard.py153 r = self.create_report(data, reportID=17)
/kernel/linux/linux-5.10/drivers/hid/i2c-hid/
H A Di2c-hid-core.c215 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command()
239 cmd->c.reportTypeID = reportID | reportType << 4; in __i2c_hid_command()
293 u8 reportID, unsigned char *buf_recv, int data_len) in i2c_hid_get_report()
303 if (reportID >= 0x0F) { in i2c_hid_get_report()
304 args[args_len++] = reportID; in i2c_hid_get_report()
305 reportID = 0x0F; in i2c_hid_get_report()
311 ret = __i2c_hid_command(client, &hid_get_report_cmd, reportID, in i2c_hid_get_report()
326 * @reportID: the report ID
332 u8 reportID, unsigned char *buf, size_t data_len, bool use_data) in i2c_hid_set_or_send_report()
351 (reportID in i2c_hid_set_or_send_report()
214 __i2c_hid_command(struct i2c_client *client, const struct i2c_hid_cmd *command, u8 reportID, u8 reportType, u8 *args, int args_len, unsigned char *buf_recv, int data_len) __i2c_hid_command() argument
292 i2c_hid_get_report(struct i2c_client *client, u8 reportType, u8 reportID, unsigned char *buf_recv, int data_len) i2c_hid_get_report() argument
331 i2c_hid_set_or_send_report(struct i2c_client *client, u8 reportType, u8 reportID, unsigned char *buf, size_t data_len, bool use_data) i2c_hid_set_or_send_report() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-alps.c124 u8 reportID; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-alps.c124 u8 reportID; member

Completed in 15 milliseconds