Searched refs:num_contacts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 105 unsigned int *num_contacts, in sis_read_packet() 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() 104 sis_read_packet(struct i2c_client *client, u8 *buf, unsigned int *num_contacts, unsigned int *contact_size) sis_read_packet() argument
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 105 unsigned int *num_contacts, in sis_read_packet() 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() 104 sis_read_packet(struct i2c_client *client, u8 *buf, unsigned int *num_contacts, unsigned int *contact_size) sis_read_packet() argument
|
H A D | iqs7211.c | 1174 u8 num_contacts; member 1192 unsigned int num_contacts; member 2140 &iqs7211->num_contacts); in iqs7211_register_tp() 2147 } else if (iqs7211->num_contacts > IQS7211_MAX_CONTACTS) { in iqs7211_register_tp() 2149 iqs7211->num_contacts); in iqs7211_register_tp() 2153 iqs7211->tp_config.num_contacts = iqs7211->num_contacts ? : 1; in iqs7211_register_tp() 2155 if (!iqs7211->num_contacts) in iqs7211_register_tp() 2192 error = input_mt_init_slots(tp_idev, iqs7211->num_contacts, in iqs7211_register_tp() 2219 iqs7211->num_contacts * sizeo in iqs7211_report() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 887 unsigned int num_contacts) in ps_touchpad_create() 903 ret = input_mt_init_slots(touchpad, num_contacts, INPUT_MT_POINTER); in ps_touchpad_create() 886 ps_touchpad_create(struct hid_device *hdev, int width, int height, unsigned int num_contacts) ps_touchpad_create() argument
|
Completed in 9 milliseconds