Home
last modified time | relevance | path

Searched refs:y_max (Results 1 – 22 of 22) sorted by relevance

/drivers/input/mouse/
Delantech.c322 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3])); in elantech_report_absolute_v1()
397 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v2()
412 y1 = etd->y_max - in elantech_report_absolute_v2()
420 y2 = etd->y_max - in elantech_report_absolute_v2()
528 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3()
542 etd->mt[0].y = etd->y_max - in elantech_report_absolute_v3()
554 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3()
630 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in process_packet_head_v4()
1116 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local
1143 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
[all …]
Dfocaltech.c111 unsigned int x_max, y_max; member
136 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
139 priv->y_max - clamped_y); in focaltech_report_state()
341 input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0); in focaltech_set_input_params()
384 priv->y_max = (unsigned char)param[2] * 128; in focaltech_read_size()
Delantech.h147 unsigned int y_max; member
179 unsigned int y_max; member
Dsynaptics.c380 info->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution()
383 info->x_max, info->y_max); in synaptics_resolution()
458 u32 x_min, x_max, y_min, y_max; member
540 info->y_max = min_max_pnpid_table[i].y_max; in synaptics_apply_quirks()
544 info->y_min, info->y_max); in synaptics_apply_quirks()
1231 int y_max = info->y_max ?: YMAX_NOMINAL; in set_abs_position_params() local
1236 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
Dalps.c434 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / in alps_process_bitmap()
442 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / in alps_process_bitmap()
450 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()
458 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()
471 corner[i].y = priv->y_max - corner[i].y; in alps_process_bitmap()
2317 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_get_v3_v7_resolution()
2502 priv->y_max = in alps_update_device_area_ss4_v2()
2516 priv->y_max = in alps_update_device_area_ss4_v2()
2527 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_update_device_area_ss4_v2()
2639 priv->y_max = (num_y_electrode - 1) * DOLPHIN_COUNT_PER_ELECTRODE; in alps_dolphin_get_device_area()
[all …]
Dalps.h303 int y_max; member
Dsynaptics.h176 u32 x_max, y_max; /* Max coordinates (from FW) */ member
/drivers/input/touchscreen/
Dwacom_i2c.c28 int y_max; member
77 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device()
83 features->x_max, features->y_max, in wacom_query_device()
192 input_set_abs_params(input, ABS_Y, 0, features.y_max, 0, 0); in wacom_i2c_probe()
Dauo-pixcir-ts.c156 point[i].coord_y > pdata->y_max) { in auo_pixcir_collect_data()
498 if (of_property_read_u32(np, "y-size", &pdata->y_max)) { in auo_pixcir_parse_dt()
573 input_set_abs_params(input_dev, ABS_Y, 0, pdata->y_max, 0, 0); in auo_pixcir_probe()
579 pdata->y_max, 0, 0); in auo_pixcir_probe()
Dzforce_ts.c280 ret = zforce_resolution(ts, pdata->x_max, pdata->y_max); in zforce_start()
359 point.coord_y > pdata->y_max) { in zforce_touch_event()
727 if (of_property_read_u32(np, "y-size", &pdata->y_max)) { in zforce_parse_dt()
858 pdata->y_max, 0, 0); in zforce_probe()
Dgoodix.c633 int x_max, y_max; in goodix_read_config() local
650 y_max = get_unaligned_le16(&config[RESOLUTION_LOC + 2]); in goodix_read_config()
651 if (x_max && y_max) { in goodix_read_config()
653 input_abs_set_max(ts->input_dev, ABS_MT_POSITION_Y, y_max - 1); in goodix_read_config()
Delants_i2c.c134 unsigned int y_max; member
487 ts->y_max = ELAN_TS_RESOLUTION(cols, osr); in elants_i2c_query_ts_info()
488 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); in elants_i2c_query_ts_info()
1231 input_set_abs_params(ts->input, ABS_Y, 0, ts->y_max, 0, 0); in elants_i2c_probe()
1246 input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0); in elants_i2c_probe()
Draydium_i2c_ts.c109 __le16 y_max; member
1087 0, le16_to_cpu(ts->info.y_max), 0, 0); in raydium_i2c_probe()
Dpixcir_i2c_ts.c482 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, pdata->y_max, 0, 0); in pixcir_i2c_ts_probe()
Dads7846.c1224 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt()
1367 pdata->y_max ? : MAX_12BIT, in ads7846_probe()
Dad7877.c748 pdata->y_max ? : MAX_12BIT, in ad7877_probe()
/drivers/char/agp/
Disoch.c88 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()
/drivers/hid/
Dhid-alps.c107 u32 y_max; member
329 y = hdata->y_max - y + hdata->y_min; in t4_raw_event()
561 pri_data->y_max = in u1_init()
623 pri_data->y_max = sen_line_num_y * T4_COUNT_PER_ELECTRODE; in T4_init()
707 data->y_min, data->y_max, 0, 0); in alps_input_configured()
711 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured()
Dwacom_wac.h251 int y_max; member
Dwacom_wac.c3472 features->y_max = 1023; in wacom_setup_device_quirks()
3491 features->y_max = features->y_max / 10; in wacom_setup_device_quirks()
3495 features->y_max = 4096; in wacom_setup_device_quirks()
3575 features->y_max <<= 5; in wacom_setup_device_quirks()
3637 features->y_max - features->offset_bottom, in wacom_setup_pen_input_capabilities()
3802 features->y_max, features->y_fuzz, 0); in wacom_setup_touch_input_capabilities()
3812 features->y_max, features->y_fuzz, 0); in wacom_setup_touch_input_capabilities()
3855 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
3862 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
3900 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
Dwacom_sys.c461 features->y_max = field->logical_maximum; in wacom_usage_mapping()
2122 features->y_phy = (features->y_max * 100) / in wacom_set_default_phy()
2139 features->y_resolution = wacom_calc_hid_res(features->y_max, in wacom_calculate_res()
/drivers/input/keyboard/
Dapplespi.c357 int y_max; member
1030 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1230 applespi->tp_info.y_max = y + h; in applespi_register_touchpad_device()
1244 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1292 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()