Searched refs:report_count (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/hid/
H A Dhid-pl.c117 if (report->field[0]->report_count >= 4) {
127 report->field[0]->report_count >= 1 &&
128 report->field[1]->report_count >= 1 &&
129 report->field[2]->report_count >= 1 &&
130 report->field[3]->report_count >= 1) {
H A Dhid-picolcd_lcd.c32 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
62 if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
H A Dhid-picolcd_backlight.c29 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
60 if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
H A Dhid-betopff.c94 if (report->field[i]->report_count < 1) {
98 for (j = 0; j < report->field[i]->report_count; j++) {
H A Dhid-picolcd_leds.c40 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
106 if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
H A Dhid-axff.c49 for (j = 0; j < report->field[i]->report_count; j++) {
87 for (j = 0; j < report->field[i]->report_count; j++) {
H A Dhid-lg3ff.c57 sizeof(__s32) * report->field[0]->report_count);
H A Dhid-core.c288 report->size += parser->global.report_size * parser->global.report_count;
303 parser->global.report_count);
330 field->report_count = parser->global.report_count;
447 parser->global.report_count = item_udata(item);
448 if (parser->global.report_count > HID_MAX_USAGES) {
449 hid_err(parser->device, "invalid report_count %d\n",
450 parser->global.report_count);
798 if (usage == 0xff0000c5 && parser->global.report_count == 256 &&
802 if (usage == 0xff0000c6 && parser->global.report_count
[all...]
H A Dhid-sjoy.c81 if (report->field[0]->report_count < 3) {
H A Dhid-holtekff.c147 if (report->maxfield < 1 || report->field[0]->report_count != 7) {
H A Dhid-emsff.c74 if (report->field[0]->report_count < 7) {
H A Dhid-gaff.c94 if (report->field[0]->report_count < 6) {
H A Dhid-mf.c78 if (report->maxfield < 1 || report->field[0]->report_count < 2) {
H A Dhid-sensor-hub.c92 info->size = (field->report_size * field->report_count)/8;
254 report->field[field_index]->report_count < 1) {
264 report->field[field_index]->report_count;
272 for (i = 0; i < report->field[field_index]->report_count; ++i) {
501 report->field[i]->report_count)/8);
503 report->field[i]->report_count)/8;
H A Dhid-dr.c102 if (report->field[0]->report_count < 7) {
H A Dhid-tmff.c152 if (field->report_count < 2) {
153 hid_warn(hid, "ignoring FF field with report_count < 2\n");
H A Dhid-picolcd_core.c93 for (j = 0; j < report->field[i]->report_count; j++) {
416 if (report->maxfield != 1 || report->field[0]->report_count != 2 ||
H A Dhid-multitouch.c498 if (usage->usage_index >= field->report_count) {
637 for (n = 0; n < field->report_count; n++) {
1251 count = field->report_count;
1548 if (rep->field[i]->report_count < 1)
H A Dhid-kye.c534 if (report->maxfield < 1 || report->field[0]->report_count < 7) {
H A Dhid-prodikeys.c275 if (report->field[0]->report_count != 2) {
/linux-master/drivers/hid/surface-hid/
H A Dsurface_kbd.c171 for (i = 0; i < field->report_count; i++)
175 if (i == field->report_count)
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c504 } else if (uref->usage_index >= field->report_count)
511 field->report_count)
516 field->report_count -
522 if (uref->usage_index >= field->report_count)
530 if (uref->usage_index >= field->report_count)
770 finfo.field_index = field->report_count - 1;
/linux-master/drivers/input/touchscreen/
H A Delants_i2c.c1070 int report_count, report_len; local
1138 report_count = ts->buf[FW_HDR_COUNT];
1139 if (report_count == 0 || report_count > 3) {
1146 report_len = ts->buf[FW_HDR_LENGTH] / report_count;
1159 for (i = 0; i < report_count; i++) {
/linux-master/include/linux/
H A Dhid.h435 unsigned report_count; member in struct:hid_global
494 unsigned report_count; /* number of this field in the report */ member in struct:hid_field
/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c449 int report_count; local
461 report_count = 8; /* max 7 pending data before command response data */
509 report_count--;
531 } while (report_count);

Completed in 190 milliseconds

12