/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | elantech.c | 363 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3])); in elantech_report_absolute_v1() 438 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v2() 453 y1 = etd->y_max - in elantech_report_absolute_v2() 461 y2 = etd->y_max - in elantech_report_absolute_v2() 582 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 596 etd->mt[0].y = etd->y_max - in elantech_report_absolute_v3() 608 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 685 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in process_packet_head_v4() 1171 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local [all...] |
H A D | focaltech.c | 111 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()
|
H A D | elantech.h | 151 unsigned int y_max; member 183 unsigned int y_max; member
|
H A D | synaptics.c | 387 info->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution() 390 info->x_max, info->y_max); in synaptics_resolution() 465 u32 x_min, x_max, y_min, y_max; member 547 info->y_max = min_max_pnpid_table[i].y_max; in synaptics_apply_quirks() 551 info->y_min, info->y_max); in synaptics_apply_quirks() 1238 int y_max = info->y_max ?: YMAX_NOMINAL; in set_abs_position_params() local 1243 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
|
H A D | alps.c | 434 (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() 2625 * Further more, we can get device's x_max and y_max b in alps_dolphin_get_device_area() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | elantech.c | 363 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3])); in elantech_report_absolute_v1() 438 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v2() 453 y1 = etd->y_max - in elantech_report_absolute_v2() 461 y2 = etd->y_max - in elantech_report_absolute_v2() 582 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 596 etd->mt[0].y = etd->y_max - in elantech_report_absolute_v3() 608 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3() 685 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in process_packet_head_v4() 1171 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local [all...] |
H A D | focaltech.c | 111 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()
|
H A D | elantech.h | 151 unsigned int y_max; member 183 unsigned int y_max; member
|
H A D | synaptics.c | 389 info->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution() 392 info->x_max, info->y_max); in synaptics_resolution() 467 u32 x_min, x_max, y_min, y_max; member 549 info->y_max = min_max_pnpid_table[i].y_max; in synaptics_apply_quirks() 553 info->y_min, info->y_max); in synaptics_apply_quirks() 1243 int y_max = info->y_max ?: YMAX_NOMINAL; in set_abs_position_params() local 1248 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
|
H A D | alps.c | 434 (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() 2625 * Further more, we can get device's x_max and y_max b in alps_dolphin_get_device_area() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 44 int y_max; member 94 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device() 99 "x_max:%d, y_max:%d, pressure:%d, fw:%d\n", in wacom_query_device() 100 features->x_max, features->y_max, in wacom_query_device() 210 input_set_abs_params(input, ABS_Y, 0, features.y_max, 0, 0); in wacom_i2c_probe()
|
H A D | auo-pixcir-ts.c | 121 unsigned int y_max; member 169 point[i].coord_y > ts->y_max) { in auo_pixcir_collect_data() 516 if (device_property_read_u32(&client->dev, "y-size", &ts->y_max)) { in auo_pixcir_probe() 535 input_set_abs_params(input_dev, ABS_Y, 0, ts->y_max, 0, 0); in auo_pixcir_probe() 539 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0); in auo_pixcir_probe()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 27 int y_max; member 76 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device() 81 "x_max:%d, y_max:%d, pressure:%d, fw:%d\n", in wacom_query_device() 82 features->x_max, features->y_max, in wacom_query_device() 191 input_set_abs_params(input, ABS_Y, 0, features.y_max, 0, 0); in wacom_i2c_probe()
|
H A D | auo-pixcir-ts.c | 156 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()
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | isoch.c | 87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local 129 y_max = target.y; in agp_3_5_isochronous_node_enable() 148 y_max = max(y_max, master[cdev].y); in agp_3_5_isochronous_node_enable() 162 target.y = y_max; in agp_3_5_isochronous_node_enable()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | isoch.c | 87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local 129 y_max = target.y; in agp_3_5_isochronous_node_enable() 148 y_max = max(y_max, master[cdev].y); in agp_3_5_isochronous_node_enable() 162 target.y = y_max; in agp_3_5_isochronous_node_enable()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | zforce_ts.h | 12 unsigned int y_max; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | zforce_ts.h | 12 unsigned int y_max; member
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | auo-pixcir-ts.h | 32 * @y_max y-resolution 41 unsigned int y_max; member
|
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | ad7877.h | 16 u16 y_min, y_max; member
|
H A D | ads7846.h | 41 u16 y_min, y_max; member
|
/kernel/linux/linux-6.6/include/linux/spi/ |
H A D | ad7877.h | 16 u16 y_min, y_max; member
|
H A D | ads7846.h | 30 u16 y_min, y_max; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-alps.c | 90 * @y_max: maximum y coordinate value 108 u32 y_max; member 330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event() 562 pri_data->y_max = in u1_init() 624 pri_data->y_max = sen_line_num_y * T4_COUNT_PER_ELECTRODE; in T4_init() 708 data->y_min, data->y_max, 0, 0); in alps_input_configured() 712 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-alps.c | 90 * @y_max: maximum y coordinate value 108 u32 y_max; member 330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event() 562 pri_data->y_max = in u1_init() 624 pri_data->y_max = sen_line_num_y * T4_COUNT_PER_ELECTRODE; in T4_init() 708 data->y_min, data->y_max, 0, 0); in alps_input_configured() 712 res_y = (data->y_max - 1) / data->y_active_len_mm; in alps_input_configured()
|