Searched refs:HID_TABLET (Results 1 – 3 of 3) sorted by relevance
596 } else if (hs->kind == HID_TABLET) { in usb_hid_handle_control()611 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { 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()731 usb_hid_initfn(dev, HID_TABLET, &desc_tablet, &desc_tablet2, errp); in usb_tablet_realize()
387 (hs->kind == HID_TABLET || (!e->xdx && !e->ydy))) { in hid_pointer_poll()412 case HID_TABLET: in hid_pointer_poll()495 case HID_TABLET: in hid_reset()545 } else if (hs->kind == HID_TABLET) { in hid_init()557 if (s->n == QUEUE_LENGTH && (s->kind == HID_TABLET || in hid_post_load()
7 #define HID_TABLET 2 macro