Searched refs:HID_MOUSE (Results 1 – 3 of 3) sorted by relevance
592 if (hs->kind == HID_MOUSE) { in usb_hid_handle_control()611 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { in usb_hid_handle_control()625 if (hs->kind != HID_KEYBOARD && hs->kind != HID_MOUSE) { in usb_hid_handle_control()632 if (hs->kind != HID_KEYBOARD && hs->kind != HID_MOUSE) { in usb_hid_handle_control()644 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { in usb_hid_handle_control()665 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { in usb_hid_handle_data()673 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { in usb_hid_handle_data()736 usb_hid_initfn(dev, HID_MOUSE, &desc_mouse, &desc_mouse2, errp); in usb_mouse_realize()
200 if (hs->kind == HID_MOUSE) { in hid_pointer_sync()213 if (hs->kind == HID_MOUSE) { in hid_pointer_sync()373 if (hs->kind == HID_MOUSE) { in hid_pointer_poll()397 case HID_MOUSE: in hid_pointer_poll()494 case HID_MOUSE: in hid_reset()542 } else if (hs->kind == HID_MOUSE) { in hid_init()558 s->kind == HID_MOUSE)) { in hid_post_load()569 if (s->kind == HID_MOUSE) { in hid_post_load()
6 #define HID_MOUSE 1 macro