max_reportid      298 drivers/input/touchscreen/atmel_mxt_ts.c 	u8 max_reportid;
max_reportid      995 drivers/input/touchscreen/atmel_mxt_ts.c 	if (count > data->max_reportid)
max_reportid     1041 drivers/input/touchscreen/atmel_mxt_ts.c 	if (count > data->max_reportid) {
max_reportid     1043 drivers/input/touchscreen/atmel_mxt_ts.c 		count = data->max_reportid;
max_reportid     1079 drivers/input/touchscreen/atmel_mxt_ts.c 	count = data->max_reportid;
max_reportid     1102 drivers/input/touchscreen/atmel_mxt_ts.c 	if (count < 1 || count > data->max_reportid)
max_reportid     1612 drivers/input/touchscreen/atmel_mxt_ts.c 	data->max_reportid = 0;
max_reportid     1705 drivers/input/touchscreen/atmel_mxt_ts.c 	data->max_reportid = reportid;
max_reportid     1713 drivers/input/touchscreen/atmel_mxt_ts.c 	data->msg_buf = kcalloc(data->max_reportid,