Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1241 int timeout_counter = 0; in mxt_t6_command() local
1258 } while (command_register != 0 && timeout_counter++ <= 100); in mxt_t6_command()
1260 if (timeout_counter > 100) { in mxt_t6_command()