Home
last modified time | relevance | path

Searched refs:HID_TYPE_USBMOUSE (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/hid/
Dhid-razer.c89 if (hdev->type == HID_TYPE_USBMOUSE) { in razer_probe()
Dhid-magicmouse.c835 (id->product == USB_DEVICE_ID_APPLE_MAGICTRACKPAD2 && hdev->type != HID_TYPE_USBMOUSE))) in magicmouse_probe()
Dhid-lenovo.c1115 hdev->type != HID_TYPE_USBMOUSE) { in lenovo_probe_cptkbd()
Dhid-quirks.c1036 if (hdev->type == HID_TYPE_USBMOUSE && in hid_ignore()
Dwacom_wac.c4556 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE };
/linux-5.19.10/include/linux/
Dhid.h571 HID_TYPE_USBMOUSE, enumerator
/linux-5.19.10/drivers/hid/usbhid/
Dhid-core.c1379 hid->type = HID_TYPE_USBMOUSE; in usbhid_probe()