Home
last modified time | relevance | path

Searched refs:timeout_counter (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
Datmel_mxt_ts.c1128 int timeout_counter = 0; in mxt_t6_command() local
1145 } while (command_register != 0 && timeout_counter++ <= 100); in mxt_t6_command()
1147 if (timeout_counter > 100) { in mxt_t6_command()