Home
last modified time | relevance | path

Searched refs:screen_max_x (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c39 static int screen_max_x = 1872; variable
210 if(value > screen_max_x) in cyttsp5_report_event()
211 value = screen_max_x; in cyttsp5_report_event()
216 value = screen_max_x - value; in cyttsp5_report_event()
641 max = screen_max_x; in cyttsp5_setup_input_device()
718 int tmp = screen_max_x; in cyttsp5_mt_probe()
719 screen_max_x = screen_max_y; in cyttsp5_mt_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dvtl_ts.c112 ts->config_info.screen_max_x = val; in vtl_ts_config()
155 …printk("the screen_x is %d , screen_y is %d \n",ts->config_info.screen_max_x,ts->config_info.scree… in vtl_ts_config()
308 x = ts->config_info.screen_max_x - x; in vtl_ts_report_xy_coord()
503 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, ts->config_info.screen_max_x, 0, 0); in vtl_ts_init_input_dev()
H A Dvtl_ts.h159 unsigned int screen_max_x; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c35 static int screen_max_x = 20280; variable
172 screen_max_x = features->x_max; in wacom_query_device()
214 x = screen_max_x - x; in wacom_i2c_irq()
H A Dgslx680_pad.c116 int screen_max_x; member
664 if(x > ts->screen_max_x || y > ts->screen_max_y) in report_data()
670 x = ts->screen_max_x-x; in report_data()
872 input_set_abs_params(input_device,ABS_MT_POSITION_X, 0, ts->screen_max_x, 0, 0); in gslX680_ts_init()
1027 of_property_read_u32(np,"screen_max_x",&(ts->screen_max_x)); in gsl_ts_probe()
1030 dev_info(&ts->client->dev, "[tp-gsl] screen_max_x =[%d] \n",ts->screen_max_x); in gsl_ts_probe()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-evb-rev3-android-edp.dts42 screen_max_x = <1536>;
H A Drk3588-evb3-lp5-v10-edp-linux.dts97 screen_max_x = <1536>;
H A Drk3588-evb3-lp5-v10-edp.dts97 screen_max_x = <1536>;
H A Drk3588-evb2-lp4-v10-edp.dts128 screen_max_x = <1536>;
H A Drk3399-sapphire-excavator-linux.dts327 screen_max_x = <1536>;
H A Drk3399-sapphire-excavator-linux-for-rk1808-cascade.dts374 screen_max_x = <1536>;
H A Drk3399-sapphire-excavator-lp4-linux.dts389 screen_max_x = <1536>;
H A Drk3399-sapphire-excavator-edp.dtsi164 screen_max_x = <1536>;
H A Drk3399-evb.dtsi408 screen_max_x = <1536>;
H A Drk3588-toybrick-edp-x0.dtsi516 screen_max_x = <1536>;
H A Drk3588-toybrick-x0.dtsi524 screen_max_x = <1536>;
H A Drk3326-86v-v10.dts560 screen_max_x = <1024>;
H A Drk3588s-evb8-lp4x.dtsi381 screen_max_x = <1536>;
H A Drk3588s-evb1-lp4x.dtsi406 screen_max_x = <1536>;
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c155 int screen_max_x; member
695 x = ts->screen_max_x - x; in report_data()
702 if (x > ts->screen_max_x || y > ts->screen_max_y) { in report_data()
1035 input_set_abs_params(input_device, ABS_MT_POSITION_X, 0, ts->screen_max_x, 0, 0); in gsl_ts_init_ts()
1235 of_property_read_u32(np, "screen_max_x", &(ts->screen_max_x)); in gsl_ts_probe()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-evb.dtsi385 screen_max_x = <1536>;
H A Drk3126-m88.dts490 screen_max_x = <800>;
H A Drk3288-evb-android-act8846-edp.dts405 screen_max_x = <1536>;
H A Drk3126-bnd-d708.dtsi356 screen_max_x = <800>;
H A Drk3288-th804.dtsi491 screen_max_x = <1920>;

12