max_y 420 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c unsigned int max_x = FBC_MAX_X, max_y = FBC_MAX_Y; max_y 422 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c get_max_support_fbc_buffersize(&max_x, &max_y); max_y 429 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c size.preferred_size = size.min_size = align_to_chunks_number_per_line(max_x) * max_y * 4; /* (For FBC when LPT not supported). */ max_y 445 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y) max_y 448 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c *max_y = FBC_MAX_Y; max_y 78 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.h void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y); max_y 798 drivers/gpu/drm/vboxvideo/vbox_mode.c u32 max_y) max_y 811 drivers/gpu/drm/vboxvideo/vbox_mode.c return drm_helper_probe_single_connector_modes(connector, max_x, max_y); max_y 183 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c u32 cpp, max_x, max_y; max_y 216 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c max_y = par->fb_y + cur_fb->height; max_y 226 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c dst_y2 = min_t(s32, dst_y2, max_y); max_y 100 drivers/hid/hid-asus.c int max_y; max_y 126 drivers/hid/hid-asus.c .max_y = 1758, max_y 133 drivers/hid/hid-asus.c .max_y = 1120, max_y 142 drivers/hid/hid-asus.c .max_y = 1320, max_y 151 drivers/hid/hid-asus.c .max_y = 1716, max_y 160 drivers/hid/hid-asus.c .max_y = 1320, max_y 174 drivers/hid/hid-asus.c y = drvdat->tp->max_y - ((data[0] & CONTACT_Y_MSB_MASK) << 8 | data[2]); max_y 624 drivers/hid/hid-asus.c drvdata->tp->max_y, 0, 0); max_y 46 drivers/hid/hid-elan.c u16 max_y; max_y 138 drivers/hid/hid-elan.c drvdata->max_y = (dmabuf[4] << 8) | dmabuf[3]; max_y 180 drivers/hid/hid-elan.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, drvdata->max_y, max_y 222 drivers/hid/hid-elan.c y = drvdata->max_y - max_y 65 drivers/input/mouse/elan_i2c.h unsigned int *max_x, unsigned int *max_y); max_y 76 drivers/input/mouse/elan_i2c_core.c unsigned int max_y; max_y 377 drivers/input/mouse/elan_i2c_core.c "touchscreen-size-y", &data->max_y)) { max_y 380 drivers/input/mouse/elan_i2c_core.c &data->max_y); max_y 386 drivers/input/mouse/elan_i2c_core.c --data->max_y; max_y 401 drivers/input/mouse/elan_i2c_core.c data->width_y = data->max_y / y_traces; max_y 416 drivers/input/mouse/elan_i2c_core.c data->y_res = (data->max_y + 1) / y_mm; max_y 908 drivers/input/mouse/elan_i2c_core.c if (pos_x > data->max_x || pos_y > data->max_y) { max_y 912 drivers/input/mouse/elan_i2c_core.c data->max_x, data->max_y); max_y 934 drivers/input/mouse/elan_i2c_core.c input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); max_y 1110 drivers/input/mouse/elan_i2c_core.c input_set_abs_params(input, ABS_Y, 0, data->max_y, 0, 0); max_y 1119 drivers/input/mouse/elan_i2c_core.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, data->max_y, 0, 0); max_y 1231 drivers/input/mouse/elan_i2c_core.c data->max_x, data->max_y, max_y 378 drivers/input/mouse/elan_i2c_i2c.c unsigned int *max_x, unsigned int *max_y) max_y 397 drivers/input/mouse/elan_i2c_i2c.c *max_y = le16_to_cpup((__le16 *)val) & 0x0fff; max_y 226 drivers/input/mouse/elan_i2c_smbus.c unsigned int *max_x, unsigned int *max_y) max_y 240 drivers/input/mouse/elan_i2c_smbus.c *max_y = (0xf0 & val[0]) << 4 | val[2]; max_y 36 drivers/input/rmi4/rmi_2d_sensor.c obj->y = sensor->max_y - obj->y; max_y 59 drivers/input/rmi4/rmi_2d_sensor.c obj->y = min(sensor->max_y, obj->y); max_y 141 drivers/input/rmi4/rmi_2d_sensor.c int max_x, max_y; max_y 152 drivers/input/rmi4/rmi_2d_sensor.c sensor->max_y = min(sensor->max_y, max_y 158 drivers/input/rmi4/rmi_2d_sensor.c max_y = sensor->max_y; max_y 160 drivers/input/rmi4/rmi_2d_sensor.c swap(max_x, max_y); max_y 162 drivers/input/rmi4/rmi_2d_sensor.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0); max_y 166 drivers/input/rmi4/rmi_2d_sensor.c res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm; max_y 53 drivers/input/rmi4/rmi_2d_sensor.h u16 max_y; max_y 1167 drivers/input/rmi4/rmi_f11.c sensor->max_y = max_y_pos; max_y 101 drivers/input/rmi4/rmi_f12.c sensor->max_y = (buf[offset + 3] << 8) | buf[offset + 2]; max_y 106 drivers/input/rmi4/rmi_f12.c sensor->max_x, sensor->max_y); max_y 69 drivers/input/tablet/hanwang.c int max_y; max_y 385 drivers/input/tablet/hanwang.c 0, hanwang->features->max_y, 4, 0); max_y 172 drivers/input/tablet/wacom_serial4.c unsigned int max_x, max_y; max_y 238 drivers/input/tablet/wacom_serial4.c wacom->max_y = 3711; max_y 279 drivers/input/tablet/wacom_serial4.c r = sscanf(wacom->data, "~C%u,%u", &wacom->max_x, &wacom->max_y); max_y 507 drivers/input/tablet/wacom_serial4.c if (!(wacom->max_x && wacom->max_y)) { max_y 575 drivers/input/tablet/wacom_serial4.c input_set_abs_params(wacom->dev, ABS_Y, 0, wacom->max_y, 0, 0); max_y 287 drivers/input/touchscreen/atmel_mxt_ts.c unsigned int max_y; max_y 797 drivers/input/touchscreen/atmel_mxt_ts.c if (data->max_y < 1024) max_y 1840 drivers/input/touchscreen/atmel_mxt_ts.c data->max_y = get_unaligned_le16(&range.y); max_y 1883 drivers/input/touchscreen/atmel_mxt_ts.c data->max_y = get_unaligned_le16(&range_y); max_y 1990 drivers/input/touchscreen/atmel_mxt_ts.c if (data->max_y == 0) max_y 1991 drivers/input/touchscreen/atmel_mxt_ts.c data->max_y = 1023; max_y 1994 drivers/input/touchscreen/atmel_mxt_ts.c swap(data->max_x, data->max_y); max_y 1996 drivers/input/touchscreen/atmel_mxt_ts.c dev_info(dev, "Touchscreen size X%uY%u\n", data->max_x, data->max_y); max_y 2014 drivers/input/touchscreen/atmel_mxt_ts.c input_set_abs_params(input_dev, ABS_Y, 0, data->max_y, 0, 0); max_y 2049 drivers/input/touchscreen/atmel_mxt_ts.c 0, data->max_y, 0, 0); max_y 139 drivers/input/touchscreen/bcm_iproc_tsc.c u32 max_y; max_y 169 drivers/input/touchscreen/bcm_iproc_tsc.c .max_y = Y_MAX, max_y 253 drivers/input/touchscreen/bcm_iproc_tsc.c y = priv->cfg_params.max_y - y; max_y 408 drivers/input/touchscreen/bcm_iproc_tsc.c of_property_read_u32(np, "touchscreen-size-y", &priv->cfg_params.max_y); max_y 481 drivers/input/touchscreen/bcm_iproc_tsc.c input_set_abs_params(idev, ABS_Y, Y_MIN, priv->cfg_params.max_y, max_y 413 drivers/input/touchscreen/bu21013_ts.c u32 max_x = 0, max_y = 0; max_y 449 drivers/input/touchscreen/bu21013_ts.c device_property_read_u32(&client->dev, "rohm,touch-max-y", &max_y); max_y 452 drivers/input/touchscreen/bu21013_ts.c input_set_abs_params(in_dev, ABS_MT_POSITION_Y, 0, max_y, 0, 0); max_y 359 drivers/input/touchscreen/cyttsp4_core.c si->si_ofs.max_y = merge_bytes((si->si_ptrs.pcfg->res_yh max_y 657 drivers/input/touchscreen/cyttsp4_core.c si->si_ofs.max_y, si->si_ofs.max_y); max_y 817 drivers/input/touchscreen/cyttsp4_core.c touch->abs[CY_TCH_X] = md->si->si_ofs.max_y - max_y 828 drivers/input/touchscreen/cyttsp4_core.c touch->abs[CY_TCH_Y] = md->si->si_ofs.max_y - max_y 1896 drivers/input/touchscreen/cyttsp4_core.c int max_x, max_y, max_p, min, max; max_y 1907 drivers/input/touchscreen/cyttsp4_core.c max_y_tmp = md->si->si_ofs.max_y; max_y 1912 drivers/input/touchscreen/cyttsp4_core.c max_y = max_x_tmp - 1; max_y 1915 drivers/input/touchscreen/cyttsp4_core.c max_y = max_y_tmp - 1; max_y 1936 drivers/input/touchscreen/cyttsp4_core.c max = max_y; max_y 277 drivers/input/touchscreen/cyttsp4_core.h size_t max_y; max_y 226 drivers/input/touchscreen/ektf2127.c int max_x, max_y; max_y 267 drivers/input/touchscreen/ektf2127.c max_y = ektf2127_query_dimension(client, false); max_y 268 drivers/input/touchscreen/ektf2127.c if (max_y < 0) max_y 269 drivers/input/touchscreen/ektf2127.c return max_y; max_y 272 drivers/input/touchscreen/ektf2127.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0); max_y 756 drivers/input/touchscreen/goodix.c if (!ts->prop.max_x || !ts->prop.max_y || !ts->max_touch_num) { max_y 759 drivers/input/touchscreen/goodix.c ts->prop.max_x, ts->prop.max_y, ts->max_touch_num); max_y 761 drivers/input/touchscreen/goodix.c ts->prop.max_y = GOODIX_MAX_HEIGHT - 1; max_y 766 drivers/input/touchscreen/goodix.c ABS_MT_POSITION_Y, ts->prop.max_y); max_y 771 drivers/input/touchscreen/hideep.c ts->prop.max_y = le16_to_cpup(val + 1); max_y 774 drivers/input/touchscreen/hideep.c ts->prop.max_x, ts->prop.max_y); max_y 803 drivers/input/touchscreen/hideep.c if (ts->prop.max_x == 0 || ts->prop.max_y == 0) { max_y 488 drivers/input/touchscreen/iqs5xx.c u16 max_y, max_y_hw; max_y 558 drivers/input/touchscreen/iqs5xx.c if (prop.max_y > max_y_hw) { max_y 560 drivers/input/touchscreen/iqs5xx.c prop.max_y, max_y_hw); max_y 562 drivers/input/touchscreen/iqs5xx.c } else if (prop.max_y == 0) { max_y 563 drivers/input/touchscreen/iqs5xx.c error = iqs5xx_read_word(client, IQS5XX_Y_RES, &max_y); max_y 570 drivers/input/touchscreen/iqs5xx.c max_y); max_y 572 drivers/input/touchscreen/iqs5xx.c max_y = (u16)prop.max_y; max_y 588 drivers/input/touchscreen/iqs5xx.c max_y); max_y 159 drivers/input/touchscreen/melfas_mip4.c unsigned int max_y; max_y 323 drivers/input/touchscreen/melfas_mip4.c ts->max_y = get_unaligned_le16(&buf[2]); max_y 325 drivers/input/touchscreen/melfas_mip4.c ts->max_x, ts->max_y); max_y 1144 drivers/input/touchscreen/melfas_mip4.c input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0); max_y 1146 drivers/input/touchscreen/melfas_mip4.c input_set_abs_params(ts->input, ABS_Y, 0, ts->max_y, 0, 0); max_y 1487 drivers/input/touchscreen/melfas_mip4.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0); max_y 299 drivers/input/touchscreen/mms114.c val |= ((props->max_y >> 8) & 0xf) << 4; max_y 403 drivers/input/touchscreen/mms114.c if (device_property_read_u32(dev, "y-size", &props->max_y)) { max_y 461 drivers/input/touchscreen/mms114.c if (!data->props.max_x || !data->props.max_y) { max_y 471 drivers/input/touchscreen/mms114.c 0, data->props.max_y, 0, 0); max_y 123 drivers/input/touchscreen/of_touchscreen.c prop->max_y = input_abs_get_max(input, axis + 1); max_y 156 drivers/input/touchscreen/of_touchscreen.c *y = prop->max_y - *y; max_y 199 drivers/input/touchscreen/penmount.c int max_x, max_y; max_y 231 drivers/input/touchscreen/penmount.c max_x = max_y = 0x3ff; max_y 238 drivers/input/touchscreen/penmount.c max_x = max_y = 0x3ff; max_y 245 drivers/input/touchscreen/penmount.c max_x = max_y = 0x7ff; max_y 253 drivers/input/touchscreen/penmount.c max_x = max_y = 0x3ff; max_y 259 drivers/input/touchscreen/penmount.c input_set_abs_params(pm->dev, ABS_Y, 0, max_y, 0, 0); max_y 266 drivers/input/touchscreen/penmount.c ABS_MT_POSITION_Y, 0, max_y, 0, 0); max_y 342 drivers/input/touchscreen/s6sy761.c unsigned int *max_x, unsigned int *max_y) max_y 368 drivers/input/touchscreen/s6sy761.c *max_y = get_unaligned_be16(buffer + 2); max_y 396 drivers/input/touchscreen/s6sy761.c unsigned int max_x, max_y; max_y 423 drivers/input/touchscreen/s6sy761.c err = s6sy761_hw_init(sdata, &max_x, &max_y); max_y 437 drivers/input/touchscreen/s6sy761.c input_set_abs_params(sdata->input, ABS_MT_POSITION_Y, 0, max_y, 0, 0); max_y 38 drivers/input/touchscreen/st1232.c u16 max_y; max_y 160 drivers/input/touchscreen/st1232.c .max_y = 0x1df, /* 480 -1 */ max_y 169 drivers/input/touchscreen/st1232.c .max_y = 0x1df, /* 480 -1 */ max_y 260 drivers/input/touchscreen/st1232.c 0, ts->chip_info->max_y, 0, 0); max_y 173 drivers/input/touchscreen/wdt87xx_i2c.c u32 max_y; max_y 467 drivers/input/touchscreen/wdt87xx_i2c.c param->max_y = DIV_ROUND_CLOSEST(MAX_UNIT_AXIS * param->phy_h, max_y 979 drivers/input/touchscreen/wdt87xx_i2c.c if (x > param->max_x || y > param->max_y) max_y 1047 drivers/input/touchscreen/wdt87xx_i2c.c wdt->param.max_y, 0, 0); max_y 33 drivers/input/touchscreen/zet6223.c u16 max_y; max_y 165 drivers/input/touchscreen/zet6223.c ts->max_y = get_unaligned_le16(&buf[10]); max_y 209 drivers/input/touchscreen/zet6223.c input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0); max_y 1194 drivers/media/i2c/s5k6aa.c unsigned int max_x, max_y; max_y 1215 drivers/media/i2c/s5k6aa.c max_y = (S5K6AA_WIN_HEIGHT_MAX - sel->r.height) & ~1; max_y 1218 drivers/media/i2c/s5k6aa.c sel->r.top = clamp_t(unsigned int, sel->r.top, 0, max_y); max_y 1431 drivers/tty/vt/vt.c int min_y, max_y; max_y 1444 drivers/tty/vt/vt.c max_y = vc->vc_bottom; max_y 1447 drivers/tty/vt/vt.c max_y = vc->vc_rows; max_y 1451 drivers/tty/vt/vt.c else if (new_y >= max_y) max_y 1452 drivers/tty/vt/vt.c vc->vc_y = max_y - 1; max_y 837 drivers/video/fbdev/core/fbmon.c specs->max_y = block[2]; max_y 844 drivers/video/fbdev/core/fbmon.c if (specs->max_y) max_y 845 drivers/video/fbdev/core/fbmon.c DPRINTK("%d\n", specs->max_y); max_y 1177 drivers/video/fbdev/core/modedb.c if (specs->max_x && specs->max_y) { max_y 1182 drivers/video/fbdev/core/modedb.c var.yres = (specs->max_y * 7200)/254; max_y 90 include/linux/fb.h __u8 max_y; /* Maximum vertical size (cm) */ max_y 14 include/linux/input/touchscreen.h unsigned int max_y; max_y 107 samples/vfio-mdev/mbochs.c u32 max_y; max_y 113 samples/vfio-mdev/mbochs.c .max_y = 600, max_y 118 samples/vfio-mdev/mbochs.c .max_y = 1440, max_y 123 samples/vfio-mdev/mbochs.c .max_y = 0, max_y 557 samples/vfio-mdev/mbochs.c mdev_state->edid_regs.max_yres = type->max_y; max_y 13 tools/perf/lib/include/internal/xyarray.h size_t max_y; max_y 28 tools/perf/lib/include/internal/xyarray.h return xy->max_y; max_y 17 tools/perf/lib/xyarray.c xy->max_y = ylen; max_y 17 tools/perf/util/xyarray.c xy->max_y = ylen;