Searched refs:res_y (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/tablet/ |
D | wacom_serial4.c | 176 unsigned int res_x, res_y; member 214 wacom->res_y = 508; in wacom_handle_model_response() 219 wacom->res_y = 2540; in wacom_handle_model_response() 233 wacom->res_y = 1000; in wacom_handle_model_response() 240 wacom->res_y = 1016; in wacom_handle_model_response() 272 &wacom->res_x, &wacom->res_y); in wacom_handle_configuration_response() 502 if (!(wacom->res_x && wacom->res_y)) { in wacom_setup() 576 input_abs_set_res(wacom->dev, ABS_Y, wacom->res_y); in wacom_connect()
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 143 int res_y; in rmi_2d_sensor_set_input_params() local 169 res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm; in rmi_2d_sensor_set_input_params() 171 swap(res_x, res_y); in rmi_2d_sensor_set_input_params() 174 input_abs_set_res(input, ABS_Y, res_y); in rmi_2d_sensor_set_input_params() 177 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_2d_sensor_set_input_params()
|
/Linux-v4.19/drivers/hid/ |
D | hid-asus.c | 94 int res_y; member 118 .res_y = 27, /* units/mm */ 127 .res_y = 29, /* units/mm */ 136 .res_y = 28, /* units/mm */ 145 .res_y = 29, /* units/mm */ 414 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y); in asus_input_configured()
|
D | hid-elan.c | 52 u16 res_y; member 149 drvdata->res_y = elan_convert_res(dmabuf[4]); in elan_get_device_params() 199 input_abs_set_res(input, ABS_Y, drvdata->res_y); in elan_input_configured()
|
D | hid-alps.c | 668 int res_x, res_y, i; in alps_input_configured() local 701 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured() 704 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in alps_input_configured()
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 339 static const int res_y[] = { 72, 120, 144, 240, 288, 480, 960 }; in ov9640_res_roundup() local 342 if (res_x[i] >= *width && res_y[i] >= *height) { in ov9640_res_roundup() 344 *height = res_y[i]; in ov9640_res_roundup() 350 *height = res_y[SXGA]; in ov9640_res_roundup()
|