Searched refs:HID_TYPE_USBNONE (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hid/ |
H A D | wacom_wac.c | 4572 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4576 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4580 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4595 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4633 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4673 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4693 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4819 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4823 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4827 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
H A D | hid-quirks.c | 1015 hdev->type == HID_TYPE_USBNONE) in hid_ignore()
|
/linux/include/linux/ |
H A D | hid.h | 590 HID_TYPE_USBNONE enumerator
|
/linux/drivers/hid/usbhid/ |
H A D | hid-core.c | 1388 hid->type = HID_TYPE_USBNONE; in usbhid_probe()
|