Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 4236 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4240 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4244 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4259 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4297 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4304 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4337 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4357 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4483 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4487 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
D | wacom_wac.h | 279 int hid_type; member
|
D | wacom_sys.c | 2687 if (features->check_for_hid_type && features->hid_type != hdev->type) { in wacom_probe()
|
/Linux-v4.19/include/linux/ |
D | hid.h | 532 enum hid_type { enum 561 enum hid_type type; /* device type (mouse, kbd, ...) */
|