Searched refs:check_for_hid_type (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 4586 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4590 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4594 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4609 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4647 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4654 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4687 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4707 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4833 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4837 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| H A D | wacom_wac.h | 278 bool check_for_hid_type; member
|
| H A D | wacom_sys.c | 2845 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|