report_count       49 drivers/hid/hid-axff.c 		for (j = 0; j < report->field[i]->report_count; j++) {
report_count       87 drivers/hid/hid-axff.c 		for (j = 0; j < report->field[i]->report_count; j++) {
report_count       83 drivers/hid/hid-betopff.c 		for (j = 0; j < report->field[i]->report_count; j++) {
report_count      289 drivers/hid/hid-core.c 	report->size += parser->global.report_size * parser->global.report_count;
report_count      301 drivers/hid/hid-core.c 				 parser->global.report_count);
report_count      303 drivers/hid/hid-core.c 	field = hid_register_field(report, usages, parser->global.report_count);
report_count      328 drivers/hid/hid-core.c 	field->report_count = parser->global.report_count;
report_count      445 drivers/hid/hid-core.c 		parser->global.report_count = item_udata(item);
report_count      446 drivers/hid/hid-core.c 		if (parser->global.report_count > HID_MAX_USAGES) {
report_count      448 drivers/hid/hid-core.c 					parser->global.report_count);
report_count      787 drivers/hid/hid-core.c 	if (usage == 0xff0000c5 && parser->global.report_count == 256 &&
report_count      791 drivers/hid/hid-core.c 	if (usage == 0xff0000c6 && parser->global.report_count == 1 &&
report_count      999 drivers/hid/hid-core.c 	if (report->field[field_index]->report_count < report_counts) {
report_count     1157 drivers/hid/hid-core.c 			if (rep->field[i]->report_count < 1)
report_count     1527 drivers/hid/hid-core.c 	unsigned count = field->report_count;
report_count     1585 drivers/hid/hid-core.c 	unsigned count = field->report_count;
report_count     1651 drivers/hid/hid-core.c 	if (offset >= field->report_count) {
report_count     1653 drivers/hid/hid-core.c 				offset, field->report_count);
report_count      602 drivers/hid/hid-debug.c 	tab(n, f); seq_printf(f, "Report Count(%u)\n", field->report_count);
report_count      102 drivers/hid/hid-dr.c 	if (report->field[0]->report_count < 7) {
report_count       74 drivers/hid/hid-emsff.c 	if (report->field[0]->report_count < 7) {
report_count       94 drivers/hid/hid-gaff.c 	if (report->field[0]->report_count < 6) {
report_count      147 drivers/hid/hid-holtekff.c 	if (report->maxfield < 1 || report->field[0]->report_count != 7) {
report_count      573 drivers/hid/hid-input.c 	if (field->report_count < 1)
report_count     1587 drivers/hid/hid-input.c 		if (report->field[i]->report_count != 1)
report_count     1641 drivers/hid/hid-input.c 			if (rep->field[i]->report_count < 1)
report_count      684 drivers/hid/hid-kye.c 	if (report->maxfield < 1 || report->field[0]->report_count < 7) {
report_count       61 drivers/hid/hid-lg3ff.c 	       sizeof(__s32) * report->field[0]->report_count);
report_count     3481 drivers/hid/hid-logitech-hidpp.c 	return report->field[0]->report_count + 1;
report_count       78 drivers/hid/hid-mf.c 		if (report->maxfield < 1 || report->field[0]->report_count < 2) {
report_count      476 drivers/hid/hid-multitouch.c 		if (usage->usage_index >= field->report_count) {
report_count      614 drivers/hid/hid-multitouch.c 		for (n = 0; n < field->report_count; n++) {
report_count     1200 drivers/hid/hid-multitouch.c 		count = field->report_count;
report_count     1497 drivers/hid/hid-multitouch.c 			if (rep->field[i]->report_count < 1)
report_count      115 drivers/hid/hid-ntrig.c 	    report->field[0]->report_count < 1)
report_count       29 drivers/hid/hid-picolcd_backlight.c 	if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
report_count       60 drivers/hid/hid-picolcd_backlight.c 	if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
report_count       93 drivers/hid/hid-picolcd_core.c 		for (j = 0; j < report->field[i]->report_count; j++) {
report_count      417 drivers/hid/hid-picolcd_core.c 	if (report->maxfield != 1 || report->field[0]->report_count != 2 ||
report_count      859 drivers/hid/hid-picolcd_debugfs.c 		data->addr_sz = flash_r->field[0]->report_count - 1;
report_count       32 drivers/hid/hid-picolcd_lcd.c 	if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
report_count       62 drivers/hid/hid-picolcd_lcd.c 	if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
report_count       40 drivers/hid/hid-picolcd_leds.c 	if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
report_count      106 drivers/hid/hid-picolcd_leds.c 	if (report->maxfield != 1 || report->field[0]->report_count != 1 ||
report_count      117 drivers/hid/hid-pl.c 		if (report->field[0]->report_count >= 4) {
report_count      127 drivers/hid/hid-pl.c 			   report->field[0]->report_count >= 1 &&
report_count      128 drivers/hid/hid-pl.c 			   report->field[1]->report_count >= 1 &&
report_count      129 drivers/hid/hid-pl.c 			   report->field[2]->report_count >= 1 &&
report_count      130 drivers/hid/hid-pl.c 			   report->field[3]->report_count >= 1) {
report_count      285 drivers/hid/hid-prodikeys.c 		if (report->field[0]->report_count != 2) {
report_count      513 drivers/hid/hid-sensor-custom.c 						   field->report_count) / 8;
report_count       93 drivers/hid/hid-sensor-hub.c 	info->size = (field->report_size * field->report_count)/8;
report_count      250 drivers/hid/hid-sensor-hub.c 	    report->field[field_index]->report_count < 1) {
report_count      260 drivers/hid/hid-sensor-hub.c 				   report->field[field_index]->report_count;
report_count      268 drivers/hid/hid-sensor-hub.c 	for (i = 0; i < report->field[field_index]->report_count; ++i) {
report_count      495 drivers/hid/hid-sensor-hub.c 					report->field[i]->report_count)/8);
report_count      497 drivers/hid/hid-sensor-hub.c 					report->field[i]->report_count)/8;
report_count       81 drivers/hid/hid-sjoy.c 		if (report->field[0]->report_count < 3) {
report_count      156 drivers/hid/hid-tmff.c 				if (field->report_count < 2) {
report_count      767 drivers/hid/usbhid/hid-pidff.c 			    report->field[i]->report_count) {
report_count      878 drivers/hid/usbhid/hid-pidff.c 		    report->field[i]->report_count > 0) {
report_count      504 drivers/hid/usbhid/hiddev.c 			} else if (uref->usage_index >= field->report_count)
report_count      511 drivers/hid/usbhid/hiddev.c 			    field->report_count)
report_count      516 drivers/hid/usbhid/hiddev.c 						   field->report_count -
report_count      766 drivers/hid/usbhid/hiddev.c 		finfo.field_index = field->report_count - 1;
report_count      339 drivers/hid/wacom_sys.c 		if (usage->usage_index >= field->report_count) {
report_count      523 drivers/hid/wacom_sys.c 			if (hreport->field[i]->report_count < 1)
report_count     2607 drivers/hid/wacom_wac.c 	if (usage->usage_index + 1 == field->report_count) {
report_count     2743 drivers/hid/wacom_wac.c 		count = field->report_count;
report_count      449 drivers/input/mouse/cyapa_gen5.c 	int report_count;
report_count      461 drivers/input/mouse/cyapa_gen5.c 	report_count = 8;  /* max 7 pending data before command response data */
report_count      509 drivers/input/mouse/cyapa_gen5.c 		report_count--;
report_count      530 drivers/input/mouse/cyapa_gen5.c 	} while (report_count);
report_count      858 drivers/input/touchscreen/elants_i2c.c 	int report_count, report_len;
report_count      912 drivers/input/touchscreen/elants_i2c.c 			report_count = ts->buf[FW_HDR_COUNT];
report_count      913 drivers/input/touchscreen/elants_i2c.c 			if (report_count == 0 || report_count > 3) {
report_count      920 drivers/input/touchscreen/elants_i2c.c 			report_len = ts->buf[FW_HDR_LENGTH] / report_count;
report_count      928 drivers/input/touchscreen/elants_i2c.c 			for (i = 0; i < report_count; i++) {
report_count      397 include/linux/hid.h 	unsigned report_count;
report_count      456 include/linux/hid.h 	unsigned  report_count;		/* number of this field in the report */