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

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

Completed in 154 milliseconds