Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c1177 int timeout_counter = 0; in mxt_t6_command() local
1194 } while (command_register != 0 && timeout_counter++ <= 100); in mxt_t6_command()
1196 if (timeout_counter > 100) { in mxt_t6_command()