Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-multitouch.c901 int slotnum; in mt_release_pending_palms() local
904 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
905 clear_bit(slotnum, app->pending_palm_slots); in mt_release_pending_palms()
907 input_mt_slot(input, slotnum); in mt_release_pending_palms()
985 int slotnum; in mt_process_slot() local
1007 slotnum = mt_compute_slot(td, app, slot, input); in mt_process_slot()
1008 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_process_slot()
1012 struct input_mt_slot *i_slot = &mt->slots[slotnum]; in mt_process_slot()
1032 input_mt_is_active(&mt->slots[slotnum])) { in mt_process_slot()
1043 set_bit(slotnum, app->pending_palm_slots); in mt_process_slot()
[all …]