total_handled 1099 drivers/input/touchscreen/atmel_mxt_ts.c int total_handled, num_handled; total_handled 1106 drivers/input/touchscreen/atmel_mxt_ts.c total_handled = mxt_read_and_process_messages(data, count + 1); total_handled 1107 drivers/input/touchscreen/atmel_mxt_ts.c if (total_handled < 0) total_handled 1110 drivers/input/touchscreen/atmel_mxt_ts.c else if (total_handled <= count) total_handled 1119 drivers/input/touchscreen/atmel_mxt_ts.c total_handled += num_handled; total_handled 1123 drivers/input/touchscreen/atmel_mxt_ts.c } while (total_handled < data->num_touchids); total_handled 1126 drivers/input/touchscreen/atmel_mxt_ts.c data->last_message_count = total_handled;