Home
last modified time | relevance | path

Searched refs:num_contacts (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/input/touchscreen/
Dsis_i2c.c105 unsigned int *num_contacts, in sis_read_packet() argument
168 *num_contacts = buf[count_idx]; in sis_read_packet()
227 unsigned int num_contacts; in sis_ts_handle_packet() local
235 &num_contacts, &contact_size); in sis_ts_handle_packet()
240 num_to_report = num_contacts; in sis_ts_handle_packet()
241 } else if (num_contacts != 0) { in sis_ts_handle_packet()
244 __func__, num_contacts); in sis_ts_handle_packet()
/Linux-v6.1/drivers/hid/
Dhid-playstation.c655 unsigned int num_contacts) in ps_touchpad_create() argument
671 ret = input_mt_init_slots(touchpad, num_contacts, INPUT_MT_POINTER); in ps_touchpad_create()