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

/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.c140 int res_y; local
166 res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm;
168 swap(res_x, res_y);
171 input_abs_set_res(input, ABS_Y, res_y);
174 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y);
/linux-master/drivers/input/tablet/
H A Dwacom_serial4.c171 unsigned int res_x, res_y; member in struct:wacom
210 wacom->res_y = 508;
215 wacom->res_y = 2540;
229 wacom->res_y = 1000;
236 wacom->res_y = 1016;
269 &wacom->res_x, &wacom->res_y);
499 if (!(wacom->res_x && wacom->res_y)) {
573 input_abs_set_res(wacom->dev, ABS_Y, wacom->res_y);
/linux-master/drivers/hid/
H A Dhid-elan.c48 u16 res_y; member in struct:elan_drvdata
145 drvdata->res_y = elan_convert_res(dmabuf[4]);
195 input_abs_set_res(input, ABS_Y, drvdata->res_y);
H A Dhid-asus.c110 int res_y; member in struct:asus_touchpad_info
146 .res_y = 27, /* units/mm */
156 .res_y = 29, /* units/mm */
166 .res_y = 28, /* units/mm */
176 .res_y = 29, /* units/mm */
186 .res_y = 28, /* units/mm */
812 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y);
H A Dhid-alps.c679 int res_x, res_y, i; local
712 res_y = (data->y_max - 1) / data->y_active_len_mm;
715 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y);
/linux-master/drivers/media/i2c/
H A Dov9640.c356 static const u32 res_y[] = { 72, 120, 144, 240, 288, 480, 960 }; local
359 if (res_x[i] >= *width && res_y[i] >= *height) {
361 *height = res_y[i];
367 *height = res_y[SXGA];
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c126 __le16 res_y; member in struct:cyttsp5_sensing_conf_data_dev
138 u16 res_y; member in struct:cyttsp5_sensing_conf_data
384 max_y_tmp = si->sensing_conf_data.res_y;
533 scd->res_y = get_unaligned_le16(&scd_dev->res_y);

Completed in 139 milliseconds