/linux/drivers/input/mouse/ |
H A D | elantech.c | 1171 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local 1197 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1208 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1217 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1225 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1237 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1820 info->x_max = ETP_XMAX_V1; in elantech_query_info() 1830 info->x_max = ETP_XMAX_V2; in elantech_query_info() 1848 info->x_max = (info->capabilities[1] - i) * param[1] / 2; in elantech_query_info() 1851 info->x_max = 819; in elantech_query_info() [all …]
|
H A D | focaltech.c | 111 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()
|
H A D | alps.c | 431 (priv->x_max * (2 * x_low.start_bit + x_low.num_bits - 1)) / in alps_process_bitmap() 439 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap() 447 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap() 455 (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() 2320 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_get_v3_v7_resolution() 2504 priv->x_max = in alps_update_device_area_ss4_v2() 2518 priv->x_max = in alps_update_device_area_ss4_v2() 2530 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_update_device_area_ss4_v2() 2642 priv->x_max = (num_x_electrode - 1) * DOLPHIN_COUNT_PER_ELECTRODE; in alps_dolphin_get_device_area() [all …]
|
H A D | elantech.h | 150 unsigned int x_max; member
|
H A D | alps.h | 302 int x_max; member
|
/linux/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 43 int x_max; member 93 features->x_max = get_unaligned_le16(&data[3]); in wacom_query_device() 100 features->x_max, features->y_max, in wacom_query_device() 209 input_set_abs_params(input, ABS_X, 0, features.x_max, 0, 0); in wacom_i2c_probe()
|
H A D | auo-pixcir-ts.c | 120 unsigned int x_max; member 168 if (point[i].coord_x > ts->x_max || in auo_pixcir_collect_data() 511 if (device_property_read_u32(&client->dev, "x-size", &ts->x_max)) { in auo_pixcir_probe() 534 input_set_abs_params(input_dev, ABS_X, 0, ts->x_max, 0, 0); in auo_pixcir_probe() 538 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, ts->x_max, 0, 0); in auo_pixcir_probe()
|
H A D | zforce_ts.c | 671 u32 x_max = 0; in zforce_ts_parse_legacy_properties() local 674 device_property_read_u32(&ts->client->dev, "x-size", &x_max); in zforce_ts_parse_legacy_properties() 675 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, x_max, 0, 0); in zforce_ts_parse_legacy_properties()
|
H A D | elants_i2c.c | 168 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() 1500 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->x_max, 0, 0); in elants_i2c_probe()
|
H A D | goodix.c | 1040 int x_max, y_max; in goodix_read_config() local 1061 x_max = get_unaligned_le16(&ts->config[RESOLUTION_LOC]); in goodix_read_config() 1063 if (x_max && y_max) { in goodix_read_config() 1064 input_abs_set_max(ts->input_dev, ABS_MT_POSITION_X, x_max - 1); in goodix_read_config()
|
H A D | raydium_i2c_ts.c | 111 __le16 x_max; member 1142 0, le16_to_cpu(ts->info.x_max), 0, 0); in raydium_i2c_probe()
|
H A D | ads7846.c | 1181 device_property_read_u16(dev, "ti,x-max", &pdata->x_max); in ads7846_get_props() 1318 pdata->x_max ? : MAX_12BIT, in ads7846_probe()
|
H A D | ad7877.c | 747 pdata->x_max ? : MAX_12BIT, in ad7877_probe()
|
/linux/include/linux/spi/ |
H A D | ad7877.h | 15 u16 x_min, x_max; member
|
H A D | ads7846.h | 29 u16 x_min, x_max; member
|
/linux/drivers/hid/ |
H A D | hid-alps.c | 107 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()
|
H A D | wacom_wac.h | 254 int x_max; member
|
H A D | wacom_sys.c | 450 features->x_max = field->logical_maximum; in wacom_usage_mapping() 2188 features->x_phy = (features->x_max * 100) / in wacom_set_default_phy() 2203 features->x_resolution = wacom_calc_hid_res(features->x_max, in wacom_calculate_res()
|
/linux/drivers/input/keyboard/ |
H A D | applespi.c | 366 int x_max; member 1234 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device() 1248 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device() 1294 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()
|