touch_nr 137 drivers/input/touchscreen/silead.c int touch_nr, softbutton, error, i; touch_nr 153 drivers/input/touchscreen/silead.c touch_nr = 0; touch_nr 175 drivers/input/touchscreen/silead.c data->id[touch_nr] = (bufp[SILEAD_POINT_X_MSB_OFF] & touch_nr 177 drivers/input/touchscreen/silead.c touchscreen_set_mt_pos(&data->pos[touch_nr], &data->prop, touch_nr 180 drivers/input/touchscreen/silead.c touch_nr++; touch_nr 183 drivers/input/touchscreen/silead.c input_mt_assign_slots(input, data->slots, data->pos, touch_nr, 0); touch_nr 185 drivers/input/touchscreen/silead.c for (i = 0; i < touch_nr; i++) {