Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dtnetv107x-ts.c41 #define TSC_SKIP (TSC_HEAD_SKIP + TSC_TAIL_SKIP + 1) macro
42 #define TSC_SAMPLES (TSC_SKIP + 1)
136 if (ts->sample_count >= TSC_SKIP) { in tsc_poll()
182 if (++ts->sample_count >= TSC_SKIP) { in tsc_irq()
189 if (ts->sample_count == TSC_SKIP) in tsc_irq()