| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_2d_sensor.c | 140 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()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-asus.c | 105 int res_y; member 141 .res_y = 27, /* units/mm */ 151 .res_y = 29, /* units/mm */ 161 .res_y = 28, /* units/mm */ 171 .res_y = 29, /* units/mm */ 181 .res_y = 28, /* units/mm */ 692 input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y); in asus_input_configured()
|
| 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-alps.c | 679 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 159 touch->abs[CY_TCH_X] = si->sensing_conf_data.res_y - in cyttsp5_mt_process_touch() 171 touch->abs[CY_TCH_Y] = si->sensing_conf_data.res_y - in cyttsp5_mt_process_touch() 608 max_y_tmp = md->si->sensing_conf_data.res_y; in cyttsp5_setup_input_device()
|
| H A D | cyttsp5_regs.h | 523 __le16 res_y; member 551 u16 res_y; member
|
| H A D | cyttsp5_core.c | 1121 scd->res_y = get_unaligned_le16(&scd_dev->res_y); in cyttsp5_si_get_sensing_conf_data() 1253 __func__, scd->res_y, scd->res_y); in cyttsp5_si_put_log_data()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | png.h | 2048 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2054 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2399 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | png.h | 2048 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2054 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2399 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | png.h | 2048 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2054 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2399 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | png.h | 2048 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2054 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2399 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|