Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/hid/ |
| D | wacom_wac.c | 4526 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4530 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4534 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4549 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4587 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4594 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4627 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4647 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4773 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4777 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| D | wacom_wac.h | 279 int hid_type; member
|
| D | wacom_sys.c | 2755 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /Linux-v6.1/include/linux/ |
| D | hid.h | 560 enum hid_type { enum 589 enum hid_type type; /* device type (mouse, kbd, ...) */
|