touch_count      1368 drivers/hid/hid-sony.c static int sony_register_touchpad(struct sony_sc *sc, int touch_count,
touch_count      1421 drivers/hid/hid-sony.c 	ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER);
touch_count        44 drivers/input/touchscreen/chipone_icn8318.c 	__u8 touch_count;
touch_count       105 drivers/input/touchscreen/chipone_icn8318.c 	if (touch_data.touch_count > ICN8318_MAX_TOUCHES) {
touch_count       107 drivers/input/touchscreen/chipone_icn8318.c 			 touch_data.touch_count, ICN8318_MAX_TOUCHES);
touch_count       108 drivers/input/touchscreen/chipone_icn8318.c 		touch_data.touch_count = ICN8318_MAX_TOUCHES;
touch_count       111 drivers/input/touchscreen/chipone_icn8318.c 	for (i = 0; i < touch_data.touch_count; i++) {
touch_count        64 drivers/input/touchscreen/chipone_icn8505.c 	u8 touch_count;
touch_count       336 drivers/input/touchscreen/chipone_icn8505.c 	if (touch_data.touch_count > ICN8505_MAX_TOUCHES) {
touch_count       338 drivers/input/touchscreen/chipone_icn8505.c 			 touch_data.touch_count, ICN8505_MAX_TOUCHES);
touch_count       339 drivers/input/touchscreen/chipone_icn8505.c 		touch_data.touch_count = ICN8505_MAX_TOUCHES;
touch_count       342 drivers/input/touchscreen/chipone_icn8505.c 	for (i = 0; i < touch_data.touch_count; i++) {
touch_count        50 drivers/input/touchscreen/ektf2127.c static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
touch_count        56 drivers/input/touchscreen/ektf2127.c 	for (i = 0; i < touch_count; i++) {
touch_count        73 drivers/input/touchscreen/ektf2127.c 	unsigned int touch_count, i;
touch_count        75 drivers/input/touchscreen/ektf2127.c 	touch_count = buf[1] & 0x07;
touch_count        76 drivers/input/touchscreen/ektf2127.c 	if (touch_count > EKTF2127_MAX_TOUCHES) {
touch_count        79 drivers/input/touchscreen/ektf2127.c 			touch_count, EKTF2127_MAX_TOUCHES);
touch_count        80 drivers/input/touchscreen/ektf2127.c 		touch_count = EKTF2127_MAX_TOUCHES;
touch_count        83 drivers/input/touchscreen/ektf2127.c 	ektf2127_parse_coordinates(buf, touch_count, touches);
touch_count        85 drivers/input/touchscreen/ektf2127.c 			      touch_count, 0);
touch_count        87 drivers/input/touchscreen/ektf2127.c 	for (i = 0; i < touch_count; i++) {
touch_count       715 drivers/input/touchscreen/hideep.c 	int touch_count = ts->xfer_buf[0];
touch_count       722 drivers/input/touchscreen/hideep.c 		touch_count, key_count, lpm_count);
touch_count       724 drivers/input/touchscreen/hideep.c 	touch_count = min(touch_count, HIDEEP_MT_MAX);
touch_count       725 drivers/input/touchscreen/hideep.c 	for (i = 0; i < touch_count; i++)