Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dchipone_icn8318.c47 __u8 touch_count; member
112 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) { in icn8318_irq()
114 touch_data.touch_count, ICN8318_MAX_TOUCHES); in icn8318_irq()
115 touch_data.touch_count = ICN8318_MAX_TOUCHES; in icn8318_irq()
118 for (i = 0; i < touch_data.touch_count; i++) { in icn8318_irq()
/linux-4.4.14/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c306 int touch_count = 0; in synpatics_rmi4_touchpad_report() local
394 touch_count++; in synpatics_rmi4_touchpad_report()
402 return touch_count; in synpatics_rmi4_touchpad_report()
488 int touch_count; in synaptics_rmi4_irq() local
491 touch_count = synaptics_rmi4_sensor_report(pdata); in synaptics_rmi4_irq()
492 if (touch_count) in synaptics_rmi4_irq()
/linux-4.4.14/drivers/hid/
Dhid-sony.c1347 static int sony_register_touchpad(struct hid_input *hi, int touch_count, in sony_register_touchpad() argument
1353 ret = input_mt_init_slots(input_dev, touch_count, 0); in sony_register_touchpad()