Home
last modified time | relevance | path

Searched refs:cc_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c105 int cc_index; /* contact count field index in the report */ member
295 if (td->cc_index < 0) in mt_set_quirks()
548 td->cc_index = field->index; in mt_touch_input_mapping()
759 if (td->cc_index >= 0) { in mt_touch_report()
760 struct hid_field *field = report->field[td->cc_index]; in mt_touch_report()
987 if (td->cc_index < 0) in mt_post_parse()
1113 td->cc_index = -1; in mt_probe()
Dwacom_wac.h207 int cc_index; member
Dwacom_wac.c1656 wacom_wac->hid_data.cc_index = field->index; in wacom_wac_finger_usage_mapping()
1748 hid_data->cc_index = -1; in wacom_wac_finger_pre_report()
1757 hid_data->cc_index = i; in wacom_wac_finger_pre_report()
1768 hid_data->cc_index >= 0) { in wacom_wac_finger_pre_report()
1769 struct hid_field *field = report->field[hid_data->cc_index]; in wacom_wac_finger_pre_report()