Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-multitouch.c112 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
361 if (td->inputmode < 0) { in mt_feature_mapping()
362 td->inputmode = field->report->id; in mt_feature_mapping()
925 if (td->inputmode < 0) in mt_set_input_mode()
929 r = re->report_id_hash[td->inputmode]; in mt_set_input_mode()
1093 td->inputmode = -1; in mt_probe()
Dwacom_wac.h203 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
Dwacom_sys.c156 hid_data->inputmode = field->report->id; in wacom_feature_mapping()
336 if (hid_data->inputmode < 0) in wacom_hid_set_device_mode()
340 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()
2388 wacom_wac->hid_data.inputmode = -1; in wacom_probe()