Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | wacom_wac.c | 4496 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4500 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4504 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4519 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4557 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4564 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4597 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4617 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4743 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4747 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
D | wacom_wac.h | 280 int hid_type; member
|
D | wacom_sys.c | 2782 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hid.h | 536 enum hid_type { enum 565 enum hid_type type; /* device type (mouse, kbd, ...) */
|