Home
last modified time | relevance | path

Searched refs:res_y (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c171 unsigned int res_x, res_y; member
210 wacom->res_y = 508; in wacom_handle_model_response()
215 wacom->res_y = 2540; in wacom_handle_model_response()
229 wacom->res_y = 1000; in wacom_handle_model_response()
236 wacom->res_y = 1016; in wacom_handle_model_response()
269 &wacom->res_x, &wacom->res_y); in wacom_handle_configuration_response()
499 if (!(wacom->res_x && wacom->res_y)) { in wacom_setup()
573 input_abs_set_res(wacom->dev, ABS_Y, wacom->res_y); in wacom_connect()
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c81 uint res_y; member
196 div2_u16(priv->res_y - CHAR_HEIGHT * row)); in ihs_video_out_set_size()
259 priv->res_y = 768; in ihs_video_out_probe()
265 priv->res_y = 400; in ihs_video_out_probe()
271 priv->res_y = 480; in ihs_video_out_probe()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.c140 int res_y; in rmi_2d_sensor_set_input_params() local
166 res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm; in rmi_2d_sensor_set_input_params()
168 swap(res_x, res_y); in rmi_2d_sensor_set_input_params()
171 input_abs_set_res(input, ABS_Y, res_y); in rmi_2d_sensor_set_input_params()
174 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_2d_sensor_set_input_params()
/openbmc/linux/drivers/hid/
H A Dhid-elan.c48 u16 res_y; member
145 drvdata->res_y = elan_convert_res(dmabuf[4]); in elan_get_device_params()
195 input_abs_set_res(input, ABS_Y, drvdata->res_y); in elan_input_configured()
H A Dhid-asus.c110 int res_y; member
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 */
796 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y); in asus_input_configured()
H A Dhid-alps.c679 int res_x, res_y, i; in alps_input_configured() local
712 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured()
715 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in alps_input_configured()
/openbmc/linux/drivers/media/i2c/
H A Dov9640.c356 static const u32 res_y[] = { 72, 120, 144, 240, 288, 480, 960 }; in ov9640_res_roundup() local
359 if (res_x[i] >= *width && res_y[i] >= *height) { in ov9640_res_roundup()
361 *height = res_y[i]; in ov9640_res_roundup()
367 *height = res_y[SXGA]; in ov9640_res_roundup()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp5.c126 __le16 res_y; member
138 u16 res_y; member
384 max_y_tmp = si->sensing_conf_data.res_y; in cyttsp5_setup_input_device()
533 scd->res_y = get_unaligned_le16(&scd_dev->res_y); in cyttsp5_get_sysinfo_regs()