Lines Matching refs:report_id
22 static int *__get_report_offset(struct hid_parser *parser, const uint8_t report_id, const uint8_t r…
84 parser->data.report_id = 1; // we must give it a non-zero value or the parser doesn't work in hid_reset_parser()
244 … __get_report_offset(parser, parser->data.report_id, (uint8_t)(parser->item & HID_ITEM_MASK)); in hid_parse()
293 parser->data.report_id = (uint8_t)parser->value; in hid_parse()
295 printk("%sReport ID: %i", __spaces(space_cnt), parser->data.report_id); in hid_parse()
498 static int *__get_report_offset(struct hid_parser *parser, const uint8_t report_id, const uint8_t r… in __get_report_offset() argument
504 … if ((parser->offset_table[pos][0] == report_id) && (parser->offset_table[pos][1] == report_type)) in __get_report_offset()
512 parser->offset_table[pos][0] = report_id; in __get_report_offset()
523 …kdebug("target_type=%d report_id=%d, offset=%d, size=%d", data->type, data->report_id, data->offse… in __find_object()
529 found_data.report_id, found_data.path.node[0].u_page, found_data.path.node[0].usage); in __find_object()
537 else if ((found_data.report_id == data->report_id) && (found_data.type == data->type) && in __find_object()