Searched refs:report_count (Results 1 – 25 of 34) sorted by relevance
12
117 if (report->field[0]->report_count >= 4) { in plff_init()127 report->field[0]->report_count >= 1 && in plff_init()128 report->field[1]->report_count >= 1 && in plff_init()129 report->field[2]->report_count >= 1 && in plff_init()130 report->field[3]->report_count >= 1) { in plff_init()
32 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_contrast()62 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_lcd()
29 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_brightness()60 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_backlight()
92 info->size = (field->report_size * field->report_count)/8; in sensor_hub_fill_attr_info()254 report->field[field_index]->report_count < 1) { in sensor_hub_get_feature()264 report->field[field_index]->report_count; in sensor_hub_get_feature()272 for (i = 0; i < report->field[field_index]->report_count; ++i) { in sensor_hub_get_feature()500 report->field[i]->report_count)/8); in sensor_hub_raw_event()502 report->field[i]->report_count)/8; in sensor_hub_raw_event()
49 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play()87 for (j = 0; j < report->field[i]->report_count; j++) { in axff_init()
40 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_leds_set()106 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_leds()
301 parser->global.report_count); in hid_add_field()328 field->report_count = parser->global.report_count; in hid_add_field()445 parser->global.report_count = item_udata(item); in hid_parser_global()446 if (parser->global.report_count > HID_MAX_USAGES) { in hid_parser_global()448 parser->global.report_count); in hid_parser_global()791 if (usage == 0xff0000c6 && parser->global.report_count == 1 && in hid_scan_feature_usage()1164 if (rep->field[i]->report_count < 1) in hid_setup_resolution_multiplier()1537 unsigned count = field->report_count; in hid_input_field()1595 unsigned count = field->report_count; in hid_output_field()1672 if (offset >= field->report_count) { in hid_set_field()[all …]
61 sizeof(__s32) * report->field[0]->report_count); in hid_lg3ff_play()
90 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
74 if (report->field[0]->report_count < 7) { in emsff_init()
147 if (report->maxfield < 1 || report->field[0]->report_count != 7) { in holtekff_init()
78 if (report->maxfield < 1 || report->field[0]->report_count < 2) { in mf_init()
81 if (report->field[0]->report_count < 3) { in sjoyff_init()
94 if (report->field[0]->report_count < 6) { in gaff_init()
684 if (report->maxfield < 1 || report->field[0]->report_count < 7) { in kye_tablet_enable()
102 if (report->field[0]->report_count < 7) { in drff_init()
156 if (field->report_count < 2) { in tmff_init()
93 for (j = 0; j < report->field[i]->report_count; j++) { in picolcd_send_and_wait()416 if (report->maxfield != 1 || report->field[0]->report_count != 2 || in picolcd_init_keys()
488 if (usage->usage_index >= field->report_count) { in mt_feature_mapping()627 for (n = 0; n < field->report_count; n++) { in mt_allocate_report_data()1219 count = field->report_count; in mt_touch_report()1516 if (rep->field[i]->report_count < 1) in mt_set_modes()
599 if (field->report_count < 1) in hidinput_configure_usage()1633 if (report->field[i]->report_count != 1) in __hidinput_change_resolution_multipliers()1706 if (rep->field[i]->report_count < 1) in report_features()
504 } else if (uref->usage_index >= field->report_count) in hiddev_ioctl_usage()511 field->report_count) in hiddev_ioctl_usage()516 field->report_count - in hiddev_ioctl_usage()522 if (uref->usage_index >= field->report_count) in hiddev_ioctl_usage()530 if (uref->usage_index >= field->report_count) in hiddev_ioctl_usage()770 finfo.field_index = field->report_count - 1; in hiddev_ioctl()
171 for (i = 0; i < field->report_count; i++) in skbd_get_caps_led_value()175 if (i == field->report_count) in skbd_get_caps_led_value()
1070 int report_count, report_len; in elants_i2c_irq() local1138 report_count = ts->buf[FW_HDR_COUNT]; in elants_i2c_irq()1139 if (report_count == 0 || report_count > 3) { in elants_i2c_irq()1146 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq()1159 for (i = 0; i < report_count; i++) { in elants_i2c_irq()
405 unsigned report_count; member464 unsigned report_count; /* number of this field in the report */ member
449 int report_count; in cyapa_empty_pip_output_data() local461 report_count = 8; /* max 7 pending data before command response data */ in cyapa_empty_pip_output_data()509 report_count--; in cyapa_empty_pip_output_data()531 } while (report_count); in cyapa_empty_pip_output_data()
Completed in 44 milliseconds