Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c109 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
360 if (td->inputmode < 0) { in mt_feature_mapping()
361 td->inputmode = field->report->id; in mt_feature_mapping()
912 if (td->inputmode < 0) in mt_set_input_mode()
916 r = re->report_id_hash[td->inputmode]; in mt_set_input_mode()
1110 td->inputmode = -1; in mt_probe()
Dwacom_wac.h195 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
Dwacom_sys.c152 hid_data->inputmode = field->report->id; in wacom_feature_mapping()
313 if (hid_data->inputmode < 0) in wacom_hid_set_device_mode()
317 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()