Lines Matching refs:USBWacomState
42 struct USBWacomState { struct
58 OBJECT_DECLARE_SIMPLE_TYPE(USBWacomState, USB_WACOM) argument
194 USBWacomState *s = opaque; in usb_mouse_event()
207 USBWacomState *s = opaque; in usb_wacom_event()
228 static int usb_mouse_poll(USBWacomState *s, uint8_t *buf, int len) in usb_mouse_poll()
266 static int usb_wacom_poll(USBWacomState *s, uint8_t *buf, int len) in usb_wacom_poll()
305 USBWacomState *s = (USBWacomState *) dev; in usb_wacom_handle_reset()
319 USBWacomState *s = (USBWacomState *) dev; in usb_wacom_handle_control()
373 USBWacomState *s = (USBWacomState *) dev; in usb_wacom_handle_data()
401 USBWacomState *s = (USBWacomState *) dev; in usb_wacom_unrealize()
411 USBWacomState *s = USB_WACOM(dev); in usb_wacom_realize()
443 .instance_size = sizeof(USBWacomState),