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()
28 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_brightness()54 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_backlight()
94 if (report->field[i]->report_count < 1) { in betopff_init()98 for (j = 0; j < report->field[i]->report_count; j++) { in betopff_init()
303 parser->global.report_count); in hid_add_field()330 field->report_count = parser->global.report_count; in hid_add_field()450 parser->global.report_count); in hid_parser_global()1176 if (rep->field[i]->report_count < 1) in hid_setup_resolution_multiplier()1572 unsigned count = field->report_count; in hid_input_fetch_field()1607 unsigned int count = field->report_count; in hid_input_var_field()1631 unsigned int count = field->report_count; in hid_input_array_field()1768 count += field->report_count; in hid_report_process_ordering()1822 unsigned count = field->report_count; in hid_output_field()1899 if (offset >= field->report_count) { in hid_set_field()[all …]
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()
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()501 report->field[i]->report_count)/8); in sensor_hub_raw_event()503 report->field[i]->report_count)/8; in sensor_hub_raw_event()
57 sizeof(__s32) * report->field[0]->report_count); in hid_lg3ff_play()
147 if (report->maxfield < 1 || report->field[0]->report_count != 7) { in holtekff_init()
74 if (report->field[0]->report_count < 7) { in emsff_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()
102 if (report->field[0]->report_count < 7) { in drff_init()
152 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()
547 if (report->maxfield < 1 || report->field[0]->report_count < 7) { in kye_tablet_enable()
504 if (usage->usage_index >= field->report_count) { in mt_feature_mapping()643 for (n = 0; n < field->report_count; n++) { in mt_allocate_report_data()1257 count = field->report_count; in mt_touch_report()1579 if (rep->field[i]->report_count < 1) in mt_set_modes()
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()
767 report->field[i]->report_count) { in pidff_find_fields()878 report->field[i]->report_count > 0) { in pidff_find_special_field()
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()
435 unsigned report_count; member494 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 59 milliseconds