Searched refs:hid_type (Results 1 – 3 of 3) sorted by relevance
/drivers/hid/ |
D | wacom_wac.c | 3232 .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 …]
|
D | wacom_wac.h | 188 int hid_type; member
|
D | wacom_sys.c | 2383 if (features->check_for_hid_type && features->hid_type != hdev->type) { in wacom_probe()
|