Searched refs:res_y (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/input/tablet/ |
| H A D | wacom_serial4.c | 171 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()
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_2d_sensor.c | 141 int res_y; in rmi_2d_sensor_set_input_params() local 167 res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm; in rmi_2d_sensor_set_input_params() 169 swap(res_x, res_y); in rmi_2d_sensor_set_input_params() 172 input_abs_set_res(input, ABS_Y, res_y); in rmi_2d_sensor_set_input_params() 175 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_2d_sensor_set_input_params()
|
| /linux/drivers/hid/ |
| H A D | hid-elan.c | 48 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 D | hid-asus.c | 128 int res_y; member 165 .res_y = 27, /* units/mm */ 175 .res_y = 29, /* units/mm */ 185 .res_y = 28, /* units/mm */ 195 .res_y = 29, /* units/mm */ 205 .res_y = 28, /* units/mm */ 977 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y); in asus_input_configured()
|
| /linux/drivers/media/i2c/ |
| H A D | ov9640.c | 356 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()
|
| /linux/drivers/input/touchscreen/ |
| H A D | cyttsp5.c | 126 __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()
|