Home
last modified time | relevance | path

Searched refs:y_min (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsynaptics.c410 info->y_min = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution()
413 info->x_min, info->y_min); in synaptics_resolution()
466 u32 x_min, x_max, y_min, y_max; member
547 info->y_min = min_max_pnpid_table[i].y_min; in synaptics_apply_quirks()
552 info->y_min, info->y_max); in synaptics_apply_quirks()
1238 int y_min = info->y_min ?: YMIN_NOMINAL; in set_abs_position_params() local
1244 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
H A Delantech.c1169 unsigned int x_min = info->x_min, y_min = info->y_min, in elantech_set_input_params() local
1197 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1208 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1217 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1225 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1237 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1787 info->y_min = ETP_YMIN_V1; in elantech_query_info()
1797 info->y_min = ETP_YMIN_V2; in elantech_query_info()
1916 info->y_min); in elantech_create_smbus()
H A Delantech.h149 unsigned int y_min; member
H A Dsynaptics.h177 u32 x_min, y_min; /* Min coordinates (from FW) */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dold_numeric_cast.hpp169 static bool check(X x, Y y_min) in check()
170 { return x < y_min; } in check()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-alps.c110 u32 y_min; member
330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event()
564 pri_data->y_min = 1; in u1_init()
625 pri_data->y_min = T4_COUNT_PER_ELECTRODE; in T4_init()
708 data->y_min, data->y_max, 0, 0); in alps_input_configured()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dad7877.h16 u16 y_min, y_max; member
H A Dads7846.h41 u16 y_min, y_max; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dl3g4200d.h112 int y_min; member
H A Dsensor-dev.h217 int y_min; member
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dapplespi.c356 int y_min; member
1039 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1237 applespi->tp_info.y_min = y; in applespi_register_touchpad_device()
1251 applespi->tp_info.y_min, in applespi_register_touchpad_device()
1253 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1301 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h131 u32 y_min; member
H A Dfocaltech_core.c770 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, pdata->y_min, pdata->y_max, 0, 0); in fts_input_init()
1155 pdata->y_min = FTS_Y_MIN_DISPLAY_DEFAULT; in fts_get_dt_coords()
1161 pdata->y_min = coords[1]; in fts_get_dt_coords()
1167 pdata->y_min, pdata->y_max); in fts_get_dt_coords()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h123 u32 y_min; member
H A Dfocaltech_core.c1124 pdata->y_min = FTS_Y_MIN_DISPLAY_DEFAULT; in fts_get_dt_coords()
1162 printk("display x(%d %d) y(%d %d)", pdata->x_min, pdata->x_max, pdata->y_min, pdata->y_max); in fts_get_dt_coords()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c582 int x_min,x_max,y_min,y_max; in PointRepeat() local
610 y_min = point_now[i].other.y - pn; in PointRepeat()
620 if(x>x_min && x<x_max && y>y_min && y<y_max) in PointRepeat()
2789 unsigned int x_max=0,x_min=0xffff,y_max=0,y_min=0xffff; in GestureStretch() local
2803 if (gesture_buf[i].other.y < y_min) in GestureStretch()
2804 y_min = gesture_buf[i].other.y; in GestureStretch()
2806 if(x_max < x_min+64*2 || y_max < y_min+64*3) in GestureStretch()
2812 gesture_buf[i].other.y = (gesture_buf[i].other.y - y_min) * in GestureStretch()
2813 GESTURE_SIZE_REFE / (y_max - y_min); in GestureStretch()
H A Dgslx680_firefly.c78 u16 y_min; member
615 …if ((gsl_key_data[i].x_min < x) && (x < gsl_key_data[i].x_max) && (gsl_key_data[i].y_min < y) && (…
H A Dgsl3673.c142 u16 y_min; member
714 && (gsl_key_data[i].y_min < y) in report_key()
H A Dgslx680a.c191 u16 y_min; member
739 …if ((gsl_key_data[i].x_min < x) && (x < gsl_key_data[i].x_max) && (gsl_key_data[i].y_min < y) && (… in report_key()
H A Dads7846.c1237 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt()
1381 pdata->y_min ? : 0, in ads7846_probe()
H A Dgsl3673_800x1280.c145 u16 y_min; member
736 && (gsl_key_data[i].y_min < y) in report_key()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-htcherald.c427 .y_min = 624,
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c145 u16 y_min; member
708 && (gsl_key_data[i].y_min < y) in report_key()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c93 u16 y_min; member
679 …if ((gsl_key_data[i].x_min < x) && (x < gsl_key_data[i].x_max) && (gsl_key_data[i].y_min < y) && (… in report_key()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c128 u16 y_min; member
712 …if((hyn_key_data[i].x_min < x) && (x < hyn_key_data[i].x_max)&&(hyn_key_data[i].y_min < y) && (y <… in report_key()

12