Searched refs:y_max (Results 1 - 24 of 24) sorted by path

/linux-master/drivers/input/mouse/
H A Dsynaptics.h176 u32 x_max, y_max; /* Max coordinates (from FW) */ member in struct:synaptics_device_info
H A Dalps.c434 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) /
442 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) /
450 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) /
458 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) /
471 corner[i].y = priv->y_max - corner[i].y;
2317 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */
2502 priv->y_max =
2516 priv->y_max =
2527 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */
2625 * Further more, we can get device's x_max and y_max b
[all...]
H A Dalps.h272 * @y_max: Largest possible Y position value.
303 int y_max; member in struct:alps_data
H A Delantech.c363 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3]));
438 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]);
453 y1 = etd->y_max -
461 y2 = etd->y_max -
582 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]);
596 etd->mt[0].y = etd->y_max -
608 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]);
685 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]);
1171 x_max = info->x_max, y_max = info->y_max, local
[all...]
H A Delantech.h151 unsigned int y_max; member in struct:elantech_device_info
183 unsigned int y_max; member in struct:elantech_data
H A Dfocaltech.c111 unsigned int x_max, y_max; member in struct:focaltech_data
136 clamped_y = clamp(finger->y, 0U, priv->y_max);
139 priv->y_max - clamped_y);
341 input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0);
384 priv->y_max = (unsigned char)param[2] * 128;
H A Dsynaptics.c389 info->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3);
392 info->x_max, info->y_max);
467 u32 x_min, x_max, y_min, y_max; member in struct:min_max_quirk
549 info->y_max = min_max_pnpid_table[i].y_max;
553 info->y_min, info->y_max);
1243 int y_max = info->y_max ?: YMAX_NOMINAL; local
1248 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0);
/linux-master/include/linux/platform_data/
H A Dzforce_ts.h12 unsigned int y_max; member in struct:zforce_ts_platdata
/linux-master/include/linux/spi/
H A Dad7877.h16 u16 y_min, y_max; member in struct:ad7877_platform_data
H A Dads7846.h30 u16 y_min, y_max; member in struct:ads7846_platform_data
/linux-master/drivers/char/agp/
H A Disoch.c87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; local
129 y_max = target.y;
148 y_max = max(y_max, master[cdev].y);
162 target.y = y_max;
/linux-master/drivers/hid/
H A Dhid-alps.c90 * @y_max: maximum y coordinate value
108 u32 y_max; member in struct:alps_dev
330 y = hdata->y_max - y + hdata->y_min;
562 pri_data->y_max =
624 pri_data->y_max = sen_line_num_y * T4_COUNT_PER_ELECTRODE;
708 data->y_min, data->y_max, 0, 0);
712 res_y = (data->y_max - 1) / data->y_active_len_mm;
H A Dwacom_sys.c461 features->y_max = field->logical_maximum;
2177 features->y_phy = (features->y_max * 100) /
2194 features->y_resolution = wacom_calc_hid_res(features->y_max,
H A Dwacom_wac.c3603 features->y_max = 1023;
3622 features->y_max = features->y_max / 10;
3626 features->y_max = 4096;
3706 features->y_max <<= 5;
3765 features->y_max - features->offset_bottom,
3929 features->y_max, features->y_fuzz, 0);
3939 features->y_max, features->y_fuzz, 0);
3982 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0);
3989 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max,
[all...]
H A Dwacom_wac.h255 int y_max; member in struct:wacom_features
/linux-master/drivers/input/keyboard/
H A Dapplespi.c367 int y_max; member in struct:applespi_tp_info
1054 applespi->pos[n].y = tp_info->y_min + tp_info->y_max -
1254 applespi->tp_info.y_max = y + h;
1268 applespi->tp_info.y_max - applespi->tp_info.y_min);
1316 applespi->tp_info.y_min, applespi->tp_info.y_max,
/linux-master/drivers/input/touchscreen/
H A Dad7877.c751 pdata->y_max ? : MAX_12BIT,
H A Dads7846.c1143 device_property_read_u16(dev, "ti,y-max", &pdata->y_max);
1279 pdata->y_max ? : MAX_12BIT,
H A Dauo-pixcir-ts.c121 unsigned int y_max; member in struct:auo_pixcir_ts
169 point[i].coord_y > ts->y_max) {
516 if (device_property_read_u32(&client->dev, "y-size", &ts->y_max)) {
535 input_set_abs_params(input_dev, ABS_Y, 0, ts->y_max, 0, 0);
539 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0);
H A Delants_i2c.c169 unsigned int y_max; member in struct:elants_data
501 ts->y_max = 1408 - 1;
579 ts->y_max = ELAN_TS_RESOLUTION(cols, osr);
580 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y);
1501 input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0);
H A Dgoodix.c1040 int x_max, y_max; local
1062 y_max = get_unaligned_le16(&ts->config[RESOLUTION_LOC + 2]);
1063 if (x_max && y_max) {
1065 input_abs_set_max(ts->input_dev, ABS_MT_POSITION_Y, y_max - 1);
H A Draydium_i2c_ts.c112 __le16 y_max; member in struct:raydium_info
1144 0, le16_to_cpu(ts->info.y_max), 0, 0);
H A Dwacom_i2c.c44 int y_max; member in struct:wacom_features
94 features->y_max = get_unaligned_le16(&data[5]);
99 "x_max:%d, y_max:%d, pressure:%d, fw:%d\n",
100 features->x_max, features->y_max,
210 input_set_abs_params(input, ABS_Y, 0, features.y_max, 0, 0);
H A Dzforce_ts.c722 of_property_read_u32(np, "y-size", &pdata->y_max);
849 pdata->y_max, 0, 0);

Completed in 625 milliseconds