report_len       1423 drivers/hid/hid-multitouch.c 	u32 report_len;
report_len       1437 drivers/hid/hid-multitouch.c 			report_len = hid_report_len(report);
report_len       1444 drivers/hid/hid-multitouch.c 			hid_hw_raw_request(hdev, report->id, buf, report_len,
report_len         69 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	size_t report_len;
report_len        280 drivers/hid/intel-ish-hid/ishtp-hid-client.c 				report_len = *(uint16_t *)reports;
report_len        283 drivers/hid/intel-ish-hid/ishtp-hid-client.c 				payload_len = report_len -
report_len        299 drivers/hid/intel-ish-hid/ishtp-hid-client.c 				reports += sizeof(uint16_t) + report_len;
report_len       2768 drivers/input/mouse/cyapa_gen5.c 	unsigned int report_len;
report_len       2784 drivers/input/mouse/cyapa_gen5.c 	report_len = get_unaligned_le16(
report_len       2786 drivers/input/mouse/cyapa_gen5.c 	if (report_len < PIP_RESP_LENGTH_SIZE) {
report_len       2789 drivers/input/mouse/cyapa_gen5.c 			report_len, report_data.report_head[0],
report_len       2795 drivers/input/mouse/cyapa_gen5.c 	if (report_len == PIP_RESP_LENGTH_SIZE)
report_len       2798 drivers/input/mouse/cyapa_gen5.c 	ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len);
report_len       2799 drivers/input/mouse/cyapa_gen5.c 	if (ret != report_len) {
report_len       2801 drivers/input/mouse/cyapa_gen5.c 			report_len, ret);
report_len       2812 drivers/input/mouse/cyapa_gen5.c 	unsigned int report_len;
report_len       2815 drivers/input/mouse/cyapa_gen5.c 	report_len = get_unaligned_le16(
report_len       2818 drivers/input/mouse/cyapa_gen5.c 	if (report_len == PIP_RESP_LENGTH_SIZE)
report_len       2823 drivers/input/mouse/cyapa_gen5.c 			report_len == PIP_WAKEUP_EVENT_SIZE) {
report_len       2849 drivers/input/mouse/cyapa_gen5.c 		(report_len < PIP_TOUCH_REPORT_HEAD_SIZE ||
report_len       2850 drivers/input/mouse/cyapa_gen5.c 			report_len > PIP_TOUCH_REPORT_MAX_SIZE)) {
report_len       2852 drivers/input/mouse/cyapa_gen5.c 		dev_err(dev, "invalid touch packet length=%d\n", report_len);
report_len       2859 drivers/input/mouse/cyapa_gen5.c 		(report_len < PIP_BTN_REPORT_HEAD_SIZE ||
report_len       2860 drivers/input/mouse/cyapa_gen5.c 			report_len > PIP_BTN_REPORT_MAX_SIZE)) {
report_len       2862 drivers/input/mouse/cyapa_gen5.c 		dev_err(dev, "invalid button packet length=%d\n", report_len);
report_len       2867 drivers/input/mouse/cyapa_gen5.c 			report_len != PIP_PROXIMITY_REPORT_SIZE) {
report_len       2869 drivers/input/mouse/cyapa_gen5.c 		dev_err(dev, "invalid proximity data, length=%d\n", report_len);
report_len        858 drivers/input/touchscreen/elants_i2c.c 	int report_count, report_len;
report_len        920 drivers/input/touchscreen/elants_i2c.c 			report_len = ts->buf[FW_HDR_LENGTH] / report_count;
report_len        921 drivers/input/touchscreen/elants_i2c.c 			if (report_len != PACKET_SIZE) {