| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 39 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 D | vtl_ts.c | 112 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 D | vtl_ts.h | 159 unsigned int screen_max_x; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | wacom_w9013.c | 35 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 D | gslx680_pad.c | 116 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 D | rk3399-evb-rev3-android-edp.dts | 42 screen_max_x = <1536>;
|
| H A D | rk3588-evb3-lp5-v10-edp-linux.dts | 97 screen_max_x = <1536>;
|
| H A D | rk3588-evb3-lp5-v10-edp.dts | 97 screen_max_x = <1536>;
|
| H A D | rk3588-evb2-lp4-v10-edp.dts | 128 screen_max_x = <1536>;
|
| H A D | rk3399-sapphire-excavator-linux.dts | 327 screen_max_x = <1536>;
|
| H A D | rk3399-sapphire-excavator-linux-for-rk1808-cascade.dts | 374 screen_max_x = <1536>;
|
| H A D | rk3399-sapphire-excavator-lp4-linux.dts | 389 screen_max_x = <1536>;
|
| H A D | rk3399-sapphire-excavator-edp.dtsi | 164 screen_max_x = <1536>;
|
| H A D | rk3399-evb.dtsi | 408 screen_max_x = <1536>;
|
| H A D | rk3588-toybrick-edp-x0.dtsi | 516 screen_max_x = <1536>;
|
| H A D | rk3588-toybrick-x0.dtsi | 524 screen_max_x = <1536>;
|
| H A D | rk3326-86v-v10.dts | 560 screen_max_x = <1024>;
|
| H A D | rk3588s-evb8-lp4x.dtsi | 381 screen_max_x = <1536>;
|
| H A D | rk3588s-evb1-lp4x.dtsi | 406 screen_max_x = <1536>;
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 155 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 D | rk3288-evb.dtsi | 385 screen_max_x = <1536>;
|
| H A D | rk3126-m88.dts | 490 screen_max_x = <800>;
|
| H A D | rk3288-evb-android-act8846-edp.dts | 405 screen_max_x = <1536>;
|
| H A D | rk3126-bnd-d708.dtsi | 356 screen_max_x = <800>;
|
| H A D | rk3288-th804.dtsi | 491 screen_max_x = <1920>;
|