H A D | i2c-hid-core.c | 215 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...] |