contact_count 1156 drivers/hid/hid-multitouch.c int contact_count = -1; contact_count 1165 drivers/hid/hid-multitouch.c contact_count = *app->raw_cc; contact_count 1171 drivers/hid/hid-multitouch.c if (contact_count >= 0) { contact_count 1182 drivers/hid/hid-multitouch.c app->num_expected = contact_count; contact_count 1184 drivers/hid/hid-multitouch.c else if (contact_count) contact_count 1185 drivers/hid/hid-multitouch.c app->num_expected = contact_count; contact_count 263 drivers/input/touchscreen/rohm_bu21023.c unsigned int contact_count[MAX_CONTACTS + 1]; contact_count 570 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[0] >= threshold) contact_count 576 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[1] >= threshold) contact_count 591 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[2] >= threshold) contact_count 603 drivers/input/touchscreen/rohm_bu21023.c count = ts->contact_count[finger_count]; contact_count 604 drivers/input/touchscreen/rohm_bu21023.c memset(ts->contact_count, 0, sizeof(ts->contact_count)); contact_count 605 drivers/input/touchscreen/rohm_bu21023.c ts->contact_count[finger_count] = count;