modified_ids       65 drivers/input/touchscreen/raspberrypi-ts.c 	int modified_ids = 0;
modified_ids       92 drivers/input/touchscreen/raspberrypi-ts.c 		modified_ids |= BIT(touchid);
modified_ids      102 drivers/input/touchscreen/raspberrypi-ts.c 	released_ids = ts->known_ids & ~modified_ids;
modified_ids      106 drivers/input/touchscreen/raspberrypi-ts.c 		modified_ids &= ~(BIT(i));
modified_ids      108 drivers/input/touchscreen/raspberrypi-ts.c 	ts->known_ids = modified_ids;