Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-multitouch.c120 unsigned long *pending_palm_slots; /* slots where we reported palm member
905 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
906 clear_bit(slotnum, app->pending_palm_slots); in mt_release_pending_palms()
1044 set_bit(slotnum, app->pending_palm_slots); in mt_process_slot()
1272 app->pending_palm_slots = devm_kcalloc(&hi->input->dev, in mt_touch_input_configured()
1276 if (!app->pending_palm_slots) in mt_touch_input_configured()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-multitouch.c122 unsigned long *pending_palm_slots; /* slots where we reported palm member
937 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
938 clear_bit(slotnum, app->pending_palm_slots); in mt_release_pending_palms()
1077 set_bit(slotnum, app->pending_palm_slots); in mt_process_slot()
1325 app->pending_palm_slots = devm_kcalloc(&hi->input->dev, in mt_touch_input_configured()
1329 if (!app->pending_palm_slots) in mt_touch_input_configured()

Completed in 6 milliseconds