Home
last modified time | relevance | path

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

/drivers/input/tablet/
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()
/drivers/input/rmi4/
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()
/drivers/hid/
Dhid-asus.c109 int res_y; member
145 .res_y = 27, /* units/mm */
155 .res_y = 29, /* units/mm */
165 .res_y = 28, /* units/mm */
175 .res_y = 29, /* units/mm */
185 .res_y = 28, /* units/mm */
811 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y); in asus_input_configured()
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()
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()
/drivers/media/i2c/
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()