Searched refs:max_xc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | usbtouchscreen.c | 57 int min_xc, max_xc; member 1065 if (!usbtouch->type->max_xc) { in nexio_read_data() 1066 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data() 1068 0, usbtouch->type->max_xc, 0, 0); in nexio_read_data() 1159 .max_xc = 0x0fff, 1171 .max_xc = 0x07ff, 1185 .max_xc = 0x0fff, 1196 .max_xc = 0x4000, 1210 .max_xc = 0x0fff, 1222 .max_xc = 0x07ff, [all …]
|