Searched refs:max_xc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | usbtouchscreen.c | 57 int min_xc, max_xc; member 1069 if (!usbtouch->type->max_xc) { in nexio_read_data() 1070 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data() 1072 0, usbtouch->type->max_xc, 0, 0); in nexio_read_data() 1163 .max_xc = 0x0fff, 1175 .max_xc = 0x07ff, 1189 .max_xc = 0x0fff, 1200 .max_xc = 0x4000, 1214 .max_xc = 0x0fff, 1226 .max_xc = 0x07ff, [all …]
|