Home
last modified time | relevance | path

Searched refs:touch_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dchipone_icn8505.c64 u8 touch_count; member
335 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()
/linux/drivers/hid/
H A Dhid-sony.c1269 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, in sony_register_touchpad() argument
1324 ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER); in sony_register_touchpad()