Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.c | 3151 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3155 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3159 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3172 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3206 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3213 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 3241 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3258 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3384 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3388 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
D | wacom_wac.h | 179 int hid_type; member
|
D | wacom_sys.c | 1731 if (features->check_for_hid_type && features->hid_type != hdev->type) { in wacom_probe()
|
/linux-4.4.14/include/linux/ |
D | hid.h | 482 enum hid_type { enum 505 enum hid_type type; /* device type (mouse, kbd, ...) */
|