Searched refs:report_count (Results 1 – 14 of 14) sorted by relevance
234 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()239 usages = max_t(int, parser->local.usage_index, parser->global.report_count); in hid_add_field()241 field = hid_register_field(report, usages, parser->global.report_count); in hid_add_field()264 field->report_count = parser->global.report_count; in hid_add_field()372 parser->global.report_count = item_udata(item); in hid_parser_global()373 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()375 parser->global.report_count); in hid_parser_global()897 unsigned count = field->report_count; in hid_input_field()952 unsigned count = field->report_count; in hid_output_field()996 if (offset >= field->report_count) { in hid_set_field()[all …]
85 if (report->field[0]->report_count < 7) { in lg2ff_init()
81 if (report->field[0]->report_count < 7) { in emsff_init()
94 if (report->field[0]->report_count < 3) { in sjoyff_init()
102 if (report->field[0]->report_count < 6) { in gaff_init()
125 if (report->field[0]->report_count >= 4) { in plff_init()
109 if (report->field[0]->report_count < 7) { in drff_init()
297 for (j = 0; j < report->field[i]->report_count; j++) { in picolcd_send_and_wait()910 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_brightness()940 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_backlight()1024 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_contrast()1053 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_lcd()1113 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_leds_set()1176 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_leds()2325 data->addr_sz = flash_r->field[0]->report_count - 1; in picolcd_init_devfs()2459 if (report->maxfield != 1 || report->field[0]->report_count != 2 || in picolcd_init_keys()
153 if (field->report_count < 2) { in tmff_init()
293 if (report->field[0]->report_count != 2) { in pcmidi_get_output_report()
515 tab(n, f); seq_printf(f, "Report Count(%u)\n", field->report_count); in hid_dump_field()
505 } else if (uref->usage_index >= field->report_count) in hiddev_ioctl_usage()510 uref->usage_index + uref_multi->num_values > field->report_count)) in hiddev_ioctl_usage()755 finfo.field_index = field->report_count - 1; in hiddev_ioctl()
773 report->field[i]->report_count) { in pidff_find_fields()884 report->field[i]->report_count > 0) { in pidff_find_special_field()
337 unsigned report_count; member389 unsigned report_count; /* number of this field in the report */ member