Searched refs:hid_type (Results 1 – 3 of 3) sorted by relevance
/drivers/hid/ |
D | wacom_wac.c | 4479 .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 }; 4502 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4540 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4547 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4580 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4600 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4726 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4730 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
D | wacom_wac.h | 280 int hid_type; member
|
D | wacom_sys.c | 2805 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|