Home
last modified time | relevance | path

Searched refs:x_max (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/input/mouse/
A Delantech.c1170 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local
1788 info->x_max = ETP_XMAX_V1; in elantech_query_info()
1798 info->x_max = ETP_XMAX_V2; in elantech_query_info()
1819 info->x_max = 819; in elantech_query_info()
1822 info->x_max = 900; in elantech_query_info()
1835 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1843 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1846 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1849 info->width = info->x_max / (traces - 1); in elantech_query_info()
1908 info->x_max + 1); in elantech_create_smbus()
[all …]
A Dfocaltech.c111 unsigned int x_max, y_max; member
135 clamped_x = clamp(finger->x, 0U, priv->x_max); in focaltech_report_state()
340 input_set_abs_params(dev, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in focaltech_set_input_params()
383 priv->x_max = (unsigned char)param[1] * 128; in focaltech_read_size()
A Dsynaptics.c386 info->x_max = (resp[0] << 5) | ((resp[1] & 0x0f) << 1); in synaptics_resolution()
390 info->x_max, info->y_max); in synaptics_resolution()
465 u32 x_min, x_max, y_min, y_max; member
545 info->x_max = min_max_pnpid_table[i].x_max; in synaptics_apply_quirks()
550 info->x_min, info->x_max, in synaptics_apply_quirks()
1239 int x_max = info->x_max ?: XMAX_NOMINAL; in set_abs_position_params() local
1245 input_set_abs_params(dev, x_code, x_min, x_max, fuzz, 0); in set_abs_position_params()
A Dalps.c431 (priv->x_max * (2 * x_low.start_bit + x_low.num_bits - 1)) / in alps_process_bitmap()
464 corner[i].x = priv->x_max - corner[i].x; in alps_process_bitmap()
2316 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_get_v3_v7_resolution()
2500 priv->x_max = in alps_update_device_area_ss4_v2()
2514 priv->x_max = in alps_update_device_area_ss4_v2()
2526 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_update_device_area_ss4_v2()
2735 priv->x_max = 2000; in alps_set_protocol()
2746 priv->x_max = 1023; in alps_set_protocol()
2810 priv->x_max = 2047; in alps_set_protocol()
2821 priv->x_max = 0xfff; in alps_set_protocol()
[all …]
A Delantech.h150 unsigned int x_max; member
A Dalps.h302 int x_max; member
A Dsynaptics.h176 u32 x_max, y_max; /* Max coordinates (from FW) */ member
/linux/drivers/input/touchscreen/
A Dwacom_i2c.c36 int x_max; member
85 features->x_max = get_unaligned_le16(&data[3]); in wacom_query_device()
92 features->x_max, features->y_max, in wacom_query_device()
202 input_set_abs_params(input, ABS_X, 0, features.x_max, 0, 0); in wacom_i2c_probe()
A Dauo-pixcir-ts.c155 if (point[i].coord_x > pdata->x_max || in auo_pixcir_collect_data()
493 if (of_property_read_u32(np, "x-size", &pdata->x_max)) { in auo_pixcir_parse_dt()
572 input_set_abs_params(input_dev, ABS_X, 0, pdata->x_max, 0, 0); in auo_pixcir_probe()
577 pdata->x_max, 0, 0); in auo_pixcir_probe()
A Dzforce_ts.c280 ret = zforce_resolution(ts, pdata->x_max, pdata->y_max); in zforce_start()
358 if (point.coord_x > pdata->x_max || in zforce_touch_event()
722 if (of_property_read_u32(np, "x-size", &pdata->x_max)) { in zforce_parse_dt()
856 pdata->x_max, 0, 0); in zforce_probe()
A Delants_i2c.c167 unsigned int x_max; member
500 ts->x_max = 2240 - 1; in elants_i2c_query_ts_info_ektf()
577 ts->x_max = ELAN_TS_RESOLUTION(rows, osr); in elants_i2c_query_ts_info_ekth()
578 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info_ekth()
1518 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->x_max, 0, 0); in elants_i2c_probe()
A Dgoodix.c921 int x_max, y_max; in goodix_read_config() local
942 x_max = get_unaligned_le16(&ts->config[RESOLUTION_LOC]); in goodix_read_config()
944 if (x_max && y_max) { in goodix_read_config()
945 input_abs_set_max(ts->input_dev, ABS_MT_POSITION_X, x_max - 1); in goodix_read_config()
A Draydium_i2c_ts.c110 __le16 x_max; member
1157 0, le16_to_cpu(ts->info.x_max), 0, 0); in raydium_i2c_probe()
A Dads7846.c1171 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt()
1313 pdata->x_max ? : MAX_12BIT, in ads7846_probe()
A Dad7877.c746 pdata->x_max ? : MAX_12BIT, in ad7877_probe()
/linux/include/linux/platform_data/
A Dzforce_ts.h11 unsigned int x_max; member
/linux/include/linux/input/
A Dauo-pixcir-ts.h40 unsigned int x_max; member
/linux/drivers/hid/
A Dhid-alps.c107 u32 x_max; member
559 pri_data->x_max = in u1_init()
622 pri_data->x_max = sen_line_num_x * T4_COUNT_PER_ELECTRODE; in T4_init()
706 data->x_min, data->x_max, 0, 0); in alps_input_configured()
711 res_x = (data->x_max - 1) / data->x_active_len_mm; in alps_input_configured()
A Dwacom_wac.c3471 if (features->device_type & WACOM_DEVICETYPE_TOUCH && !features->x_max) { in wacom_setup_device_quirks()
3472 features->x_max = 1023; in wacom_setup_device_quirks()
3491 features->x_max = features->x_max / 10; in wacom_setup_device_quirks()
3495 features->x_max = 4096; in wacom_setup_device_quirks()
3575 features->x_max <<= 5; in wacom_setup_device_quirks()
3632 features->x_max - features->offset_right, in wacom_setup_pen_input_capabilities()
3797 features->x_max, features->x_fuzz, 0); in wacom_setup_touch_input_capabilities()
3807 features->x_max, features->x_fuzz, 0); in wacom_setup_touch_input_capabilities()
3851 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
3857 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
[all …]
A Dwacom_wac.h250 int x_max; member
/linux/include/linux/spi/
A Dad7877.h15 u16 x_min, x_max; member
A Dads7846.h29 u16 x_min, x_max; member
/linux/arch/arm/mach-omap1/
A Dboard-nokia770.c116 .x_max = 0x0fff,
A Dboard-htcherald.c426 .x_max = 3760,
/linux/drivers/input/keyboard/
A Dapplespi.c366 int x_max; member
1253 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device()
1267 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device()
1313 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()

Completed in 71 milliseconds

12