Searched refs:reportID (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/hid/i2c-hid/ |
| D | i2c-hid.c | 157 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command() argument 181 cmd->c.reportTypeID = reportID | reportType << 4; in __i2c_hid_command() 237 u8 reportID, unsigned char *buf_recv, int data_len) in i2c_hid_get_report() argument 247 if (reportID >= 0x0F) { in i2c_hid_get_report() 248 args[args_len++] = reportID; in i2c_hid_get_report() 249 reportID = 0x0F; in i2c_hid_get_report() 255 ret = __i2c_hid_command(client, &hid_get_report_cmd, reportID, in i2c_hid_get_report() 276 u8 reportID, unsigned char *buf, size_t data_len, bool use_data) in i2c_hid_set_or_send_report() argument 295 (reportID ? 1 : 0) /* reportID */ + in i2c_hid_set_or_send_report() 297 args_len = (reportID >= 0x0F ? 1 : 0) /* optional third byte */ + in i2c_hid_set_or_send_report() [all …]
|