Searched refs:reportID (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/hid/i2c-hid/ |
| D | i2c-hid-core.c | 200 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command() argument 224 cmd->c.reportTypeID = reportID | reportType << 4; in __i2c_hid_command() 282 u8 reportID, unsigned char *buf_recv, int data_len) in i2c_hid_get_report() argument 292 if (reportID >= 0x0F) { in i2c_hid_get_report() 293 args[args_len++] = reportID; in i2c_hid_get_report() 294 reportID = 0x0F; in i2c_hid_get_report() 300 ret = __i2c_hid_command(client, &hid_get_report_cmd, reportID, in i2c_hid_get_report() 321 u8 reportID, unsigned char *buf, size_t data_len, bool use_data) in i2c_hid_set_or_send_report() argument 340 (reportID ? 1 : 0) /* reportID */ + in i2c_hid_set_or_send_report() 342 args_len = (reportID >= 0x0F ? 1 : 0) /* optional third byte */ + in i2c_hid_set_or_send_report() [all …]
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-alps.c | 123 u8 reportID; member
|