Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c40 static int screen_max_y = 1404; variable
204 if(value > screen_max_y) in cyttsp5_report_event()
205 value = screen_max_y; in cyttsp5_report_event()
220 value = screen_max_y - value; in cyttsp5_report_event()
643 max = screen_max_y; in cyttsp5_setup_input_device()
719 screen_max_x = screen_max_y; in cyttsp5_mt_probe()
720 screen_max_y = tmp; in cyttsp5_mt_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dvtl_ts.c118 ts->config_info.screen_max_y = val; in vtl_ts_config()
155 …the screen_x is %d , screen_y is %d \n",ts->config_info.screen_max_x,ts->config_info.screen_max_y); in vtl_ts_config()
310 y = ts->config_info.screen_max_y - y; in vtl_ts_report_xy_coord()
504 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, ts->config_info.screen_max_y, 0, 0); in vtl_ts_init_input_dev()
H A Dvtl_ts.h160 unsigned int screen_max_y; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c36 static int screen_max_y = 13942; variable
173 screen_max_y = features->y_max; in wacom_query_device()
217 y = screen_max_y - y; in wacom_i2c_irq()
H A Dgslx680_pad.c117 int screen_max_y; member
664 if(x > ts->screen_max_x || y > ts->screen_max_y) in report_data()
672 y = ts->screen_max_y-y; in report_data()
873 input_set_abs_params(input_device,ABS_MT_POSITION_Y, 0, ts->screen_max_y, 0, 0); in gslX680_ts_init()
1028 of_property_read_u32(np,"screen_max_y",&(ts->screen_max_y)); in gsl_ts_probe()
1031 dev_info(&ts->client->dev, "[tp-gsl] screen_max_y =[%d] \n",ts->screen_max_y); in gsl_ts_probe()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-evb-rev3-android-edp.dts43 screen_max_y = <2048>;
H A Drk3588-evb3-lp5-v10-edp-linux.dts98 screen_max_y = <2048>;
H A Drk3588-evb3-lp5-v10-edp.dts98 screen_max_y = <2048>;
H A Drk3588-evb2-lp4-v10-edp.dts129 screen_max_y = <2048>;
H A Drk3399-sapphire-excavator-linux.dts328 screen_max_y = <2048>;
H A Drk3399-sapphire-excavator-linux-for-rk1808-cascade.dts375 screen_max_y = <2048>;
H A Drk3399-sapphire-excavator-lp4-linux.dts390 screen_max_y = <2048>;
H A Drk3399-sapphire-excavator-edp.dtsi165 screen_max_y = <2048>;
H A Drk3399-evb.dtsi409 screen_max_y = <2048>;
H A Drk3588-toybrick-edp-x0.dtsi517 screen_max_y = <2048>;
H A Drk3588-toybrick-x0.dtsi525 screen_max_y = <2048>;
H A Drk3326-86v-v10.dts561 screen_max_y = <600>;
H A Drk3588s-evb8-lp4x.dtsi382 screen_max_y = <2048>;
H A Drk3588s-evb1-lp4x.dtsi407 screen_max_y = <2048>;
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c156 int screen_max_y; member
697 y = ts->screen_max_y - y; in report_data()
702 if (x > ts->screen_max_x || y > ts->screen_max_y) { in report_data()
1036 input_set_abs_params(input_device, ABS_MT_POSITION_Y, 0, ts->screen_max_y, 0, 0); in gsl_ts_init_ts()
1236 of_property_read_u32(np, "screen_max_y", &(ts->screen_max_y)); in gsl_ts_probe()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-evb.dtsi386 screen_max_y = <2048>;
H A Drk3126-m88.dts491 screen_max_y = <480>;
H A Drk3288-evb-android-act8846-edp.dts406 screen_max_y = <2048>;
H A Drk3126-bnd-d708.dtsi357 screen_max_y = <480>;
H A Drk3288-th804.dtsi492 screen_max_y = <1200>;

12