Searched refs:max_xc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 70 int min_xc, max_xc; member 1078 if (!usbtouch->type->max_xc) { in nexio_read_data() 1079 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data() 1081 0, usbtouch->type->max_xc, 0, 0); in nexio_read_data() 1172 .max_xc = 0x0fff, 1184 .max_xc = 0x07ff, 1198 .max_xc = 0x0fff, 1209 .max_xc = 0x4000, 1223 .max_xc = 0x0fff, 1235 .max_xc = 0x07ff, [all …]
|