Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/hid/ |
D | wacom_wac.c | 4370 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4374 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4378 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4393 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4431 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4438 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4471 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4491 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4617 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4621 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
D | wacom_wac.h | 278 int hid_type; member
|
D | wacom_sys.c | 2724 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
/Linux-v5.10/include/linux/ |
D | hid.h | 532 enum hid_type { enum 561 enum hid_type type; /* device type (mouse, kbd, ...) */
|