Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dexc3000.c28 #define EXC3000_SLOTS_PER_FRAME 5 macro
156 if (total_slots > EXC3000_SLOTS_PER_FRAME) { in exc3000_handle_mt_event()
175 int slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_handle_mt_event()