Searched refs:max_xc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 74 int min_xc, max_xc; member 988 if (!usbtouch->type->max_xc) { in nexio_read_data() 989 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data() 991 0, usbtouch->type->max_xc, 0, 0); in nexio_read_data() 1082 .max_xc = 0x0fff, 1094 .max_xc = 0x07ff, 1108 .max_xc = 0x0fff, 1119 .max_xc = 0x4000, 1131 .max_xc = 0x0fff, 1143 .max_xc = 0x07ff, [all …]
|