Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-multitouch.c107 int cc_index; /* contact count field index in the report */ member
298 if (td->cc_index < 0) in mt_set_quirks()
552 td->cc_index = field->index; in mt_touch_input_mapping()
770 if (td->cc_index >= 0) { in mt_touch_report()
771 struct hid_field *field = report->field[td->cc_index]; in mt_touch_report()
1000 if (td->cc_index < 0) in mt_post_parse()
1096 td->cc_index = -1; in mt_probe()
Dwacom_wac.h215 int cc_index; member
Dwacom_wac.c1606 wacom_wac->hid_data.cc_index = field->index; in wacom_wac_finger_usage_mapping()
1714 hid_data->cc_index = i; in wacom_wac_finger_pre_report()
1722 hid_data->cc_index >= 0) { in wacom_wac_finger_pre_report()
1723 struct hid_field *field = report->field[hid_data->cc_index]; in wacom_wac_finger_pre_report()