Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-multitouch.c109 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
325 if (td->inputmode < 0) { in mt_feature_mapping()
326 td->inputmode = field->report->id; in mt_feature_mapping()
858 if (td->inputmode < 0) in mt_set_input_mode()
862 r = re->report_id_hash[td->inputmode]; in mt_set_input_mode()
1042 td->inputmode = -1; in mt_probe()
Dwacom_wac.h181 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
Dwacom_sys.c133 hid_data->inputmode = field->report->id; in wacom_feature_mapping()
291 if (hid_data->inputmode < 0) in wacom_hid_set_device_mode()
295 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()