Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | wacom_wac.c | 4430 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4434 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4438 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4453 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4491 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4498 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4531 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4551 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4677 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4681 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
| H A D | wacom_wac.h | 278 int hid_type; member
|
| H A D | wacom_sys.c | 2757 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hid.h | 536 enum hid_type { enum 565 enum hid_type type; /* device type (mouse, kbd, ...) */
|