Home
last modified time | relevance | path

Searched defs:usbtouch_device_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c56 struct usbtouch_device_info { struct
57 int min_xc, max_xc;
58 int min_yc, max_yc;
59 int min_press, max_press;
60 int rept_size;
69 bool irq_always;
95 const struct usbtouch_device_info *type; argument