Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/hid/ |
| D | wacom_wac.c | 4547 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4551 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4555 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4570 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4608 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4615 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4648 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4668 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4794 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4798 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| D | wacom_wac.h | 281 int hid_type; member
|
| D | wacom_sys.c | 2777 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /Linux-v6.6/include/linux/ |
| D | hid.h | 587 enum hid_type { enum 616 enum hid_type type; /* device type (mouse, kbd, ...) */
|