Searched refs:input_mt_report_finger_count (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/input/ | 
| D | input-mt.c | 175 void input_mt_report_finger_count(struct input_dev *dev, int count)  in input_mt_report_finger_count()  function 183 EXPORT_SYMBOL(input_mt_report_finger_count); 238 		input_mt_report_finger_count(dev, count);  in input_mt_report_pointer_emulation()
  | 
| /Linux-v6.6/include/linux/input/ | 
| D | mt.h | 108 void input_mt_report_finger_count(struct input_dev *dev, int count);
  | 
| /Linux-v6.6/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 | 1020 	input_mt_report_finger_count(dev, num_fingers);  in synaptics_report_mt_data()
  | 
| /Linux-v6.6/drivers/input/touchscreen/ | 
| D | zforce_ts.c | 409 	input_mt_report_finger_count(ts->input, num);  in zforce_touch_event()
  | 
| /Linux-v6.6/Documentation/input/ | 
| D | event-codes.rst | 181 Note: In multitouch drivers, the input_mt_report_finger_count() function should
  |