Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/i2c-hid/
Di2c-hid-core.c209 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command() argument
233 cmd->c.reportTypeID = reportID | reportType << 4; in __i2c_hid_command()
291 u8 reportID, unsigned char *buf_recv, int data_len) in i2c_hid_get_report() argument
301 if (reportID >= 0x0F) { in i2c_hid_get_report()
302 args[args_len++] = reportID; in i2c_hid_get_report()
303 reportID = 0x0F; in i2c_hid_get_report()
309 ret = __i2c_hid_command(client, &hid_get_report_cmd, reportID, in i2c_hid_get_report()
330 u8 reportID, unsigned char *buf, size_t data_len, bool use_data) in i2c_hid_set_or_send_report() argument
349 (reportID ? 1 : 0) /* reportID */ + in i2c_hid_set_or_send_report()
351 args_len = (reportID >= 0x0F ? 1 : 0) /* optional third byte */ + in i2c_hid_set_or_send_report()
[all …]
/Linux-v5.10/drivers/hid/
Dhid-alps.c124 u8 reportID; member