Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds