Searched refs:res_y (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 339 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()
|
/linux-4.1.27/drivers/hid/ |
D | hid-rmi.c | 1048 int res_x, res_y, i; in rmi_input_configured() local 1087 res_y = (data->max_y - 1) / data->y_size_mm; in rmi_input_configured() 1090 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_input_configured()
|