pending_palm_slots  120 drivers/hid/hid-multitouch.c 	unsigned long *pending_palm_slots;	/* slots where we reported palm
pending_palm_slots  906 drivers/hid/hid-multitouch.c 	for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) {
pending_palm_slots  907 drivers/hid/hid-multitouch.c 		clear_bit(slotnum, app->pending_palm_slots);
pending_palm_slots 1045 drivers/hid/hid-multitouch.c 			set_bit(slotnum, app->pending_palm_slots);
pending_palm_slots 1273 drivers/hid/hid-multitouch.c 	app->pending_palm_slots = devm_kcalloc(&hi->input->dev,
pending_palm_slots 1277 drivers/hid/hid-multitouch.c 	if (!app->pending_palm_slots)