Searched refs:touch_count (Results 1 – 3 of 3) sorted by relevance
47 __u8 touch_count; member112 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()
306 int touch_count = 0; in synpatics_rmi4_touchpad_report() local394 touch_count++; in synpatics_rmi4_touchpad_report()402 return touch_count; in synpatics_rmi4_touchpad_report()488 int touch_count; in synaptics_rmi4_irq() local491 touch_count = synaptics_rmi4_sensor_report(pdata); in synaptics_rmi4_irq()492 if (touch_count) in synaptics_rmi4_irq()
1347 static int sony_register_touchpad(struct hid_input *hi, int touch_count, in sony_register_touchpad() argument1353 ret = input_mt_init_slots(input_dev, touch_count, 0); in sony_register_touchpad()