/Linux-v4.19/drivers/input/mouse/ |
D | elantech.c | 279 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3])); in elantech_report_absolute_v1() 354 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v2() 369 y1 = etd->y_max - in elantech_report_absolute_v2() 377 y2 = etd->y_max - in elantech_report_absolute_v2() 485 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 499 etd->mt[0].y = etd->y_max - in elantech_report_absolute_v3() 511 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 587 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in process_packet_head_v4() 999 unsigned int *x_max, unsigned int *y_max, in elantech_set_range() argument 1012 *y_max = ETP_YMAX_V1; in elantech_set_range() [all …]
|
D | focaltech.c | 115 unsigned int x_max, y_max; member 140 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state() 143 priv->y_max - clamped_y); in focaltech_report_state() 345 input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0); in focaltech_set_input_params() 388 priv->y_max = (unsigned char)param[2] * 128; in focaltech_read_size()
|
D | synaptics.c | 375 info->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution() 378 info->x_max, info->y_max); in synaptics_resolution() 453 u32 x_min, x_max, y_min, y_max; member 535 info->y_max = min_max_pnpid_table[i].y_max; in synaptics_apply_quirks() 539 info->y_min, info->y_max); in synaptics_apply_quirks() 1226 int y_max = info->y_max ?: YMAX_NOMINAL; in set_abs_position_params() local 1231 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
|
D | alps.c | 436 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / in alps_process_bitmap() 444 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / in alps_process_bitmap() 452 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap() 460 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap() 473 corner[i].y = priv->y_max - corner[i].y; in alps_process_bitmap() 2319 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_get_v3_v7_resolution() 2504 priv->y_max = in alps_update_device_area_ss4_v2() 2518 priv->y_max = in alps_update_device_area_ss4_v2() 2529 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_update_device_area_ss4_v2() 2641 priv->y_max = (num_y_electrode - 1) * DOLPHIN_COUNT_PER_ELECTRODE; in alps_dolphin_get_device_area() [all …]
|
D | elantech.h | 174 unsigned int y_max; member
|
D | alps.h | 306 int y_max; member
|
D | synaptics.h | 179 u32 x_max, y_max; /* Max coordinates (from FW) */ member
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | wacom_i2c.c | 33 int y_max; member 82 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device() 88 features->x_max, features->y_max, in wacom_query_device() 197 input_set_abs_params(input, ABS_Y, 0, features.y_max, 0, 0); in wacom_i2c_probe()
|
D | auo-pixcir-ts.c | 166 point[i].coord_y > pdata->y_max) { in auo_pixcir_collect_data() 508 if (of_property_read_u32(np, "y-size", &pdata->y_max)) { in auo_pixcir_parse_dt() 583 input_set_abs_params(input_dev, ABS_Y, 0, pdata->y_max, 0, 0); in auo_pixcir_probe() 589 pdata->y_max, 0, 0); in auo_pixcir_probe()
|
D | goodix.c | 571 int x_max, y_max; in goodix_read_config() local 588 y_max = get_unaligned_le16(&config[RESOLUTION_LOC + 2]); in goodix_read_config() 589 if (x_max && y_max) { in goodix_read_config() 591 input_abs_set_max(ts->input_dev, ABS_MT_POSITION_Y, y_max - 1); in goodix_read_config()
|
D | zforce_ts.c | 288 ret = zforce_resolution(ts, pdata->x_max, pdata->y_max); in zforce_start() 367 point.coord_y > pdata->y_max) { in zforce_touch_event() 735 if (of_property_read_u32(np, "y-size", &pdata->y_max)) { in zforce_parse_dt() 866 pdata->y_max, 0, 0); in zforce_probe()
|
D | elants_i2c.c | 139 unsigned int y_max; member 491 ts->y_max = ELAN_TS_RESOLUTION(cols, osr); in elants_i2c_query_ts_info() 492 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); in elants_i2c_query_ts_info() 1235 input_set_abs_params(ts->input, ABS_Y, 0, ts->y_max, 0, 0); in elants_i2c_probe() 1250 input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0); in elants_i2c_probe()
|
D | raydium_i2c_ts.c | 118 __le16 y_max; member 1096 0, le16_to_cpu(ts->info.y_max), 0, 0); in raydium_i2c_probe()
|
/Linux-v4.19/drivers/char/agp/ |
D | isoch.c | 88 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local 130 y_max = target.y; in agp_3_5_isochronous_node_enable() 151 y_max = max(y_max, master[cdev].y); in agp_3_5_isochronous_node_enable() 165 target.y = y_max; in agp_3_5_isochronous_node_enable()
|
/Linux-v4.19/include/linux/platform_data/ |
D | zforce_ts.h | 20 unsigned int y_max; member
|
D | pixcir_i2c_ts.h | 60 int y_max; member
|
D | ad7879.h | 13 u16 y_min, y_max; member
|
/Linux-v4.19/include/linux/input/ |
D | auo-pixcir-ts.h | 51 unsigned int y_max; member
|
/Linux-v4.19/drivers/hid/ |
D | hid-alps.c | 111 u32 y_max; member 333 y = hdata->y_max - y + hdata->y_min; in t4_raw_event() 565 pri_data->y_max = in u1_init() 627 pri_data->y_max = sen_line_num_y * T4_COUNT_PER_ELECTRODE; in T4_init() 697 data->y_min, data->y_max, 0, 0); in alps_input_configured() 701 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured()
|
D | wacom_wac.h | 252 int y_max; member
|
D | wacom_wac.c | 3351 features->y_max = 1023; in wacom_setup_device_quirks() 3370 features->y_max = features->y_max / 10; in wacom_setup_device_quirks() 3374 features->y_max = 4096; in wacom_setup_device_quirks() 3453 features->y_max <<= 5; in wacom_setup_device_quirks() 3497 features->y_max - features->offset_bottom, in wacom_setup_pen_input_capabilities() 3660 features->y_max, features->y_fuzz, 0); in wacom_setup_touch_input_capabilities() 3670 features->y_max, features->y_fuzz, 0); in wacom_setup_touch_input_capabilities() 3706 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities() 3713 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities() 3743 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
|
/Linux-v4.19/include/linux/spi/ |
D | ad7877.h | 16 u16 y_min, y_max; member
|
D | ads7846.h | 41 u16 y_min, y_max; member
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | board-nokia770.c | 120 .y_max = 0x0fff,
|
D | board-htcherald.c | 443 .y_max = 3760,
|