Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hid/ |
| A D | wacom_wac.c | 4572 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4576 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4580 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4595 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4633 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4673 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4693 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4819 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4823 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4827 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| A D | wacom_wac.h | 282 int hid_type; member
|
| A D | wacom_sys.c | 2807 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /linux/include/linux/ |
| A D | hid.h | 587 enum hid_type { enum 616 enum hid_type type; /* device type (mouse, kbd, ...) */
|
Completed in 449 milliseconds