Searched refs:hid_type (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 4576 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4580 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4584 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4599 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4637 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4644 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4677 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4697 .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 …]
|
| H A D | wacom_sys.c | 2845 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /linux/include/linux/ |
| H A D | hid.h | 625 enum hid_type { enum 656 enum hid_type type; /* device type (mouse, kbd, ...) */
|