Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dexc3000.c26 #define EXC3000_SLOTS_PER_FRAME 5 macro
153 if (*n_slots > EXC3000_SLOTS_PER_FRAME) { in exc3000_read_data()
217 slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_interrupt()