Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/hid/ |
| D | wacom_wac.c | 4410 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4414 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4418 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4433 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4471 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4478 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4511 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4531 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4657 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4661 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| D | wacom_wac.h | 278 int hid_type; member
|
| D | wacom_sys.c | 2722 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /Linux-v5.4/include/linux/ |
| D | hid.h | 530 enum hid_type { enum 559 enum hid_type type; /* device type (mouse, kbd, ...) */
|