Searched defs:usbtouch_device_info (Results 1 – 1 of 1) sorted by relevance
73 struct usbtouch_device_info { struct74 int min_xc, max_xc;75 int min_yc, max_yc;76 int min_press, max_press;77 int rept_size;86 bool irq_always;88 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);113 struct usbtouch_device_info *type; argument