Searched refs:reportID (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 199 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command() argument 223 cmd->c.reportTypeID = reportID | reportType << 4; in __i2c_hid_command() 281 u8 reportID, unsigned char *buf_recv, int data_len) in i2c_hid_get_report() argument 291 if (reportID >= 0x0F) { in i2c_hid_get_report() 292 args[args_len++] = reportID; in i2c_hid_get_report() 293 reportID = 0x0F; in i2c_hid_get_report() 299 ret = __i2c_hid_command(client, &hid_get_report_cmd, reportID, in i2c_hid_get_report() 320 u8 reportID, unsigned char *buf, size_t data_len, bool use_data) in i2c_hid_set_or_send_report() argument 339 (reportID ? 1 : 0) /* reportID */ + in i2c_hid_set_or_send_report() 341 args_len = (reportID >= 0x0F ? 1 : 0) /* optional third byte */ + in i2c_hid_set_or_send_report() [all …]
|
/Linux-v4.19/drivers/hid/ |
D | hid-alps.c | 127 u8 reportID; member
|