Searched refs:input_mt_report_finger_count (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/input/ | 
| D | input-mt.c | 174 void input_mt_report_finger_count(struct input_dev *dev, int count)  in input_mt_report_finger_count()  function182 EXPORT_SYMBOL(input_mt_report_finger_count);
 237 		input_mt_report_finger_count(dev, count);  in input_mt_report_pointer_emulation()
 
 | 
| /Linux-v5.4/include/linux/input/ | 
| D | mt.h | 103 void input_mt_report_finger_count(struct input_dev *dev, int count);
 | 
| /Linux-v5.4/drivers/input/mouse/ | 
| D | cypress_ps2.c | 549 	input_mt_report_finger_count(input, report_data.contact_cnt);  in cypress_process_packet()
 | 
| D | alps.c | 544 	input_mt_report_finger_count(dev, fingers);  in alps_report_semi_mt_data()1129 	input_mt_report_finger_count(dev, f->fingers);  in alps_process_touchpad_packet_v7()
 1378 	input_mt_report_finger_count(dev, f->fingers);  in alps_process_packet_ss4_v2()
 
 | 
| D | synaptics.c | 1011 	input_mt_report_finger_count(dev, num_fingers);  in synaptics_report_mt_data()
 | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | zforce_ts.c | 409 	input_mt_report_finger_count(ts->input, num);  in zforce_touch_event()
 | 
| /Linux-v5.4/Documentation/input/ | 
| D | event-codes.rst | 177 Note: In multitouch drivers, the input_mt_report_finger_count() function should
 |