Home
last modified time | relevance | path

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

/drivers/hid/
Dwacom_wac.c3232 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3236 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3240 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3253 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3287 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3294 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE };
3322 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3339 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3465 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
3469 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
Dwacom_wac.h188 int hid_type; member
Dwacom_sys.c2383 if (features->check_for_hid_type && features->hid_type != hdev->type) { in wacom_probe()