Searched refs:touch_count (Results 1 – 2 of 2) sorted by relevance
64 u8 touch_count; member335 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq()337 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq()338 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq()341 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()
1269 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, in sony_register_touchpad() argument1324 ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER); in sony_register_touchpad()