Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Degalax_ts.c57 #define EGALAX_MAX_TRIES 100 macro
77 } while (ret == -EAGAIN && tries++ < EGALAX_MAX_TRIES); in egalax_ts_interrupt()