Searched refs:resy (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dili210x.c367 u16 resx, resy; local
375 resy = le16_to_cpup((__le16 *)(rs + 2));
378 if (!resx || resx == 0xffff || !resy || resy == 0xffff)
391 resy = 16384;
395 input_abs_set_max(priv->input, ABS_Y, resy - 1);
397 input_abs_set_max(priv->input, ABS_MT_POSITION_Y, resy - 1);

Completed in 192 milliseconds