Searched refs:max_xc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/input/touchscreen/ |
| D | usbtouchscreen.c | 57 int min_xc, max_xc; member 1066 if (!usbtouch->type->max_xc) { in nexio_read_data() 1067 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data() 1069 0, usbtouch->type->max_xc, 0, 0); in nexio_read_data() 1160 .max_xc = 0x0fff, 1172 .max_xc = 0x07ff, 1186 .max_xc = 0x0fff, 1197 .max_xc = 0x4000, 1211 .max_xc = 0x0fff, 1223 .max_xc = 0x07ff, [all …]
|