max_x             420 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c 	unsigned int max_x = FBC_MAX_X, max_y = FBC_MAX_Y;
max_x             422 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c 	get_max_support_fbc_buffersize(&max_x, &max_y);
max_x             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_x             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_x             447 drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c 	*max_x = FBC_MAX_X;
max_x              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_x             797 drivers/gpu/drm/vboxvideo/vbox_mode.c static int vbox_fill_modes(struct drm_connector *connector, u32 max_x,
max_x             811 drivers/gpu/drm/vboxvideo/vbox_mode.c 	return drm_helper_probe_single_connector_modes(connector, max_x, max_y);
max_x             183 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	u32 cpp, max_x, max_y;
max_x             215 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	max_x = par->fb_x + cur_fb->width;
max_x             225 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	dst_x2 = min_t(s32, dst_x2, max_x);
max_x              99 drivers/hid/hid-asus.c 	int max_x;
max_x             125 drivers/hid/hid-asus.c 	.max_x = 2794,
max_x             132 drivers/hid/hid-asus.c 	.max_x = 2240,
max_x             141 drivers/hid/hid-asus.c 	.max_x = 2640,
max_x             150 drivers/hid/hid-asus.c 	.max_x = 3120,
max_x             159 drivers/hid/hid-asus.c 	.max_x = 2640,
max_x             622 drivers/hid/hid-asus.c 				     drvdata->tp->max_x, 0, 0);
max_x              45 drivers/hid/hid-elan.c 	u16 max_x;
max_x             132 drivers/hid/hid-elan.c 	drvdata->max_x = (dmabuf[4] << 8) | dmabuf[3];
max_x             178 drivers/hid/hid-elan.c 	input_set_abs_params(input, ABS_MT_POSITION_X, 0, drvdata->max_x,
max_x              65 drivers/input/mouse/elan_i2c.h 		       unsigned int *max_x, unsigned int *max_y);
max_x              75 drivers/input/mouse/elan_i2c_core.c 	unsigned int		max_x;
max_x             375 drivers/input/mouse/elan_i2c_core.c 				     "touchscreen-size-x", &data->max_x) ||
max_x             379 drivers/input/mouse/elan_i2c_core.c 					   &data->max_x,
max_x             385 drivers/input/mouse/elan_i2c_core.c 		--data->max_x;
max_x             400 drivers/input/mouse/elan_i2c_core.c 	data->width_x = data->max_x / x_traces;
max_x             415 drivers/input/mouse/elan_i2c_core.c 		data->x_res = (data->max_x + 1) / x_mm;
max_x             908 drivers/input/mouse/elan_i2c_core.c 		if (pos_x > data->max_x || pos_y > data->max_y) {
max_x             912 drivers/input/mouse/elan_i2c_core.c 				data->max_x, data->max_y);
max_x            1109 drivers/input/mouse/elan_i2c_core.c 	input_set_abs_params(input, ABS_X, 0, data->max_x, 0, 0);
max_x            1118 drivers/input/mouse/elan_i2c_core.c 	input_set_abs_params(input, ABS_MT_POSITION_X, 0, data->max_x, 0, 0);
max_x            1231 drivers/input/mouse/elan_i2c_core.c 		data->max_x, data->max_y,
max_x             378 drivers/input/mouse/elan_i2c_i2c.c 			    unsigned int *max_x, unsigned int *max_y)
max_x             389 drivers/input/mouse/elan_i2c_i2c.c 	*max_x = le16_to_cpup((__le16 *)val) & 0x0fff;
max_x             226 drivers/input/mouse/elan_i2c_smbus.c 			      unsigned int *max_x, unsigned int *max_y)
max_x             239 drivers/input/mouse/elan_i2c_smbus.c 	*max_x = (0x0f & val[0]) << 8 | val[1];
max_x              33 drivers/input/rmi4/rmi_2d_sensor.c 		obj->x = sensor->max_x - obj->x;
max_x              56 drivers/input/rmi4/rmi_2d_sensor.c 		obj->x = min(sensor->max_x, obj->x);
max_x             141 drivers/input/rmi4/rmi_2d_sensor.c 	int max_x, max_y;
max_x             147 drivers/input/rmi4/rmi_2d_sensor.c 			sensor->max_x = min(sensor->max_x,
max_x             157 drivers/input/rmi4/rmi_2d_sensor.c 		max_x = sensor->max_x;
max_x             160 drivers/input/rmi4/rmi_2d_sensor.c 			swap(max_x, max_y);
max_x             161 drivers/input/rmi4/rmi_2d_sensor.c 		input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_x, 0, 0);
max_x             165 drivers/input/rmi4/rmi_2d_sensor.c 			res_x = (sensor->max_x - sensor->min_x) / sensor->x_mm;
max_x              51 drivers/input/rmi4/rmi_2d_sensor.h 	u16 max_x;
max_x            1166 drivers/input/rmi4/rmi_f11.c 	sensor->max_x = max_x_pos;
max_x             100 drivers/input/rmi4/rmi_f12.c 		sensor->max_x = (buf[offset + 1] << 8) | buf[offset];
max_x             106 drivers/input/rmi4/rmi_f12.c 		sensor->max_x, sensor->max_y);
max_x              68 drivers/input/tablet/hanwang.c 	int max_x;
max_x             383 drivers/input/tablet/hanwang.c 			     0, hanwang->features->max_x, 4, 0);
max_x             172 drivers/input/tablet/wacom_serial4.c 	unsigned int max_x, max_y;
max_x             237 drivers/input/tablet/wacom_serial4.c 		wacom->max_x = 5103;
max_x             279 drivers/input/tablet/wacom_serial4.c 	r = sscanf(wacom->data, "~C%u,%u", &wacom->max_x, &wacom->max_y);
max_x             507 drivers/input/tablet/wacom_serial4.c 	if (!(wacom->max_x && wacom->max_y)) {
max_x             574 drivers/input/tablet/wacom_serial4.c 	input_set_abs_params(wacom->dev, ABS_X, 0, wacom->max_x, 0, 0);
max_x             286 drivers/input/touchscreen/atmel_mxt_ts.c 	unsigned int max_x;
max_x             795 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->max_x < 1024)
max_x            1839 drivers/input/touchscreen/atmel_mxt_ts.c 	data->max_x = get_unaligned_le16(&range.x);
max_x            1875 drivers/input/touchscreen/atmel_mxt_ts.c 	data->max_x = get_unaligned_le16(&range_x);
max_x            1987 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->max_x == 0)
max_x            1988 drivers/input/touchscreen/atmel_mxt_ts.c 		data->max_x = 1023;
max_x            1994 drivers/input/touchscreen/atmel_mxt_ts.c 		swap(data->max_x, data->max_y);
max_x            1996 drivers/input/touchscreen/atmel_mxt_ts.c 	dev_info(dev, "Touchscreen size X%uY%u\n", data->max_x, data->max_y);
max_x            2013 drivers/input/touchscreen/atmel_mxt_ts.c 	input_set_abs_params(input_dev, ABS_X, 0, data->max_x, 0, 0);
max_x            2047 drivers/input/touchscreen/atmel_mxt_ts.c 			     0, data->max_x, 0, 0);
max_x             138 drivers/input/touchscreen/bcm_iproc_tsc.c 	u32 max_x;
max_x             168 drivers/input/touchscreen/bcm_iproc_tsc.c 	.max_x            = X_MAX,
max_x             250 drivers/input/touchscreen/bcm_iproc_tsc.c 				x = priv->cfg_params.max_x - x;
max_x             407 drivers/input/touchscreen/bcm_iproc_tsc.c 	of_property_read_u32(np, "touchscreen-size-x", &priv->cfg_params.max_x);
max_x             479 drivers/input/touchscreen/bcm_iproc_tsc.c 	input_set_abs_params(idev, ABS_X, X_MIN, priv->cfg_params.max_x,
max_x             413 drivers/input/touchscreen/bu21013_ts.c 	u32 max_x = 0, max_y = 0;
max_x             448 drivers/input/touchscreen/bu21013_ts.c 	device_property_read_u32(&client->dev, "rohm,touch-max-x", &max_x);
max_x             451 drivers/input/touchscreen/bu21013_ts.c 	input_set_abs_params(in_dev, ABS_MT_POSITION_X, 0, max_x, 0, 0);
max_x             355 drivers/input/touchscreen/cyttsp4_core.c 	si->si_ofs.max_x = merge_bytes((si->si_ptrs.pcfg->res_xh
max_x             651 drivers/input/touchscreen/cyttsp4_core.c 		si->si_ofs.max_x, si->si_ofs.max_x);
max_x             820 drivers/input/touchscreen/cyttsp4_core.c 			touch->abs[CY_TCH_X] = md->si->si_ofs.max_x -
max_x             825 drivers/input/touchscreen/cyttsp4_core.c 			touch->abs[CY_TCH_Y] = md->si->si_ofs.max_x -
max_x            1896 drivers/input/touchscreen/cyttsp4_core.c 	int max_x, max_y, max_p, min, max;
max_x            1906 drivers/input/touchscreen/cyttsp4_core.c 	max_x_tmp = md->si->si_ofs.max_x;
max_x            1911 drivers/input/touchscreen/cyttsp4_core.c 		max_x = max_y_tmp - 1;
max_x            1914 drivers/input/touchscreen/cyttsp4_core.c 		max_x = max_x_tmp - 1;
max_x            1934 drivers/input/touchscreen/cyttsp4_core.c 				max = max_x;
max_x             275 drivers/input/touchscreen/cyttsp4_core.h 	size_t max_x;
max_x             226 drivers/input/touchscreen/ektf2127.c 	int max_x, max_y;
max_x             263 drivers/input/touchscreen/ektf2127.c 	max_x = ektf2127_query_dimension(client, true);
max_x             264 drivers/input/touchscreen/ektf2127.c 	if (max_x < 0)
max_x             265 drivers/input/touchscreen/ektf2127.c 		return max_x;
max_x             271 drivers/input/touchscreen/ektf2127.c 	input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_x, 0, 0);
max_x             756 drivers/input/touchscreen/goodix.c 	if (!ts->prop.max_x || !ts->prop.max_y || !ts->max_touch_num) {
max_x             759 drivers/input/touchscreen/goodix.c 			ts->prop.max_x, ts->prop.max_y, ts->max_touch_num);
max_x             760 drivers/input/touchscreen/goodix.c 		ts->prop.max_x = GOODIX_MAX_WIDTH - 1;
max_x             764 drivers/input/touchscreen/goodix.c 				  ABS_MT_POSITION_X, ts->prop.max_x);
max_x             770 drivers/input/touchscreen/hideep.c 	ts->prop.max_x = le16_to_cpup(val);
max_x             774 drivers/input/touchscreen/hideep.c 		ts->prop.max_x, ts->prop.max_y);
max_x             803 drivers/input/touchscreen/hideep.c 	if (ts->prop.max_x == 0 || ts->prop.max_y == 0) {
max_x             487 drivers/input/touchscreen/iqs5xx.c 	u16 max_x, max_x_hw;
max_x             541 drivers/input/touchscreen/iqs5xx.c 	if (prop.max_x > max_x_hw) {
max_x             543 drivers/input/touchscreen/iqs5xx.c 			prop.max_x, max_x_hw);
max_x             545 drivers/input/touchscreen/iqs5xx.c 	} else if (prop.max_x == 0) {
max_x             546 drivers/input/touchscreen/iqs5xx.c 		error = iqs5xx_read_word(client, IQS5XX_X_RES, &max_x);
max_x             553 drivers/input/touchscreen/iqs5xx.c 				  max_x);
max_x             555 drivers/input/touchscreen/iqs5xx.c 		max_x = (u16)prop.max_x;
max_x             582 drivers/input/touchscreen/iqs5xx.c 				  max_x);
max_x             158 drivers/input/touchscreen/melfas_mip4.c 	unsigned int max_x;
max_x             322 drivers/input/touchscreen/melfas_mip4.c 		ts->max_x = get_unaligned_le16(&buf[0]);
max_x             325 drivers/input/touchscreen/melfas_mip4.c 			ts->max_x, ts->max_y);
max_x            1143 drivers/input/touchscreen/melfas_mip4.c 	input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0);
max_x            1145 drivers/input/touchscreen/melfas_mip4.c 	input_set_abs_params(ts->input, ABS_X, 0, ts->max_x, 0, 0);
max_x            1486 drivers/input/touchscreen/melfas_mip4.c 	input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0);
max_x             298 drivers/input/touchscreen/mms114.c 	val = (props->max_x >> 8) & 0xf;
max_x             304 drivers/input/touchscreen/mms114.c 	val = props->max_x & 0xff;
max_x             309 drivers/input/touchscreen/mms114.c 	val = props->max_x & 0xff;
max_x             398 drivers/input/touchscreen/mms114.c 	if (device_property_read_u32(dev, "x-size", &props->max_x)) {
max_x             461 drivers/input/touchscreen/mms114.c 	if (!data->props.max_x || !data->props.max_y) {
max_x             469 drivers/input/touchscreen/mms114.c 				     0, data->props.max_x, 0, 0);
max_x             122 drivers/input/touchscreen/of_touchscreen.c 	prop->max_x = input_abs_get_max(input, axis);
max_x             153 drivers/input/touchscreen/of_touchscreen.c 		*x = prop->max_x - *x;
max_x             199 drivers/input/touchscreen/penmount.c 	int max_x, max_y;
max_x             231 drivers/input/touchscreen/penmount.c 		max_x = max_y = 0x3ff;
max_x             238 drivers/input/touchscreen/penmount.c 		max_x = max_y = 0x3ff;
max_x             245 drivers/input/touchscreen/penmount.c 		max_x = max_y = 0x7ff;
max_x             253 drivers/input/touchscreen/penmount.c 		max_x = max_y = 0x3ff;
max_x             258 drivers/input/touchscreen/penmount.c 	input_set_abs_params(pm->dev, ABS_X, 0, max_x, 0, 0);
max_x             264 drivers/input/touchscreen/penmount.c 				     ABS_MT_POSITION_X, 0, max_x, 0, 0);
max_x             342 drivers/input/touchscreen/s6sy761.c 			   unsigned int *max_x, unsigned int *max_y)
max_x             367 drivers/input/touchscreen/s6sy761.c 	*max_x = get_unaligned_be16(buffer);
max_x             396 drivers/input/touchscreen/s6sy761.c 	unsigned int max_x, max_y;
max_x             423 drivers/input/touchscreen/s6sy761.c 	err = s6sy761_hw_init(sdata, &max_x, &max_y);
max_x             436 drivers/input/touchscreen/s6sy761.c 	input_set_abs_params(sdata->input, ABS_MT_POSITION_X, 0, max_x, 0, 0);
max_x              37 drivers/input/touchscreen/st1232.c 	u16	max_x;
max_x             159 drivers/input/touchscreen/st1232.c 	.max_x		= 0x31f, /* 800 - 1 */
max_x             168 drivers/input/touchscreen/st1232.c 	.max_x		= 0x13f, /* 320 - 1 */
max_x             258 drivers/input/touchscreen/st1232.c 			     0, ts->chip_info->max_x, 0, 0);
max_x             172 drivers/input/touchscreen/wdt87xx_i2c.c 	u32	max_x;
max_x             466 drivers/input/touchscreen/wdt87xx_i2c.c 	param->max_x = MAX_UNIT_AXIS;
max_x             979 drivers/input/touchscreen/wdt87xx_i2c.c 	if (x > param->max_x || y > param->max_y)
max_x            1045 drivers/input/touchscreen/wdt87xx_i2c.c 			     wdt->param.max_x, 0, 0);
max_x            1052 drivers/input/touchscreen/wdt87xx_i2c.c 			     0, wdt->param.max_x, 0, 0);
max_x              32 drivers/input/touchscreen/zet6223.c 	u16 max_x;
max_x             164 drivers/input/touchscreen/zet6223.c 	ts->max_x = get_unaligned_le16(&buf[8]);
max_x             208 drivers/input/touchscreen/zet6223.c 	input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0);
max_x            1194 drivers/media/i2c/s5k6aa.c 	unsigned int max_x, max_y;
max_x            1214 drivers/media/i2c/s5k6aa.c 	max_x = (S5K6AA_WIN_WIDTH_MAX - sel->r.width) & ~1;
max_x            1217 drivers/media/i2c/s5k6aa.c 	sel->r.left = clamp_t(unsigned int, sel->r.left, 0, max_x);
max_x             836 drivers/video/fbdev/core/fbmon.c 	specs->max_x = block[1];
max_x             839 drivers/video/fbdev/core/fbmon.c 	if (specs->max_x)
max_x             840 drivers/video/fbdev/core/fbmon.c 		DPRINTK("%d\n", specs->max_x);
max_x            1177 drivers/video/fbdev/core/modedb.c 	if (specs->max_x && specs->max_y) {
max_x            1181 drivers/video/fbdev/core/modedb.c 		var.xres = (specs->max_x * 7200)/254;
max_x              89 include/linux/fb.h 	__u8  max_x;			/* Maximum horizontal size (cm) */
max_x              13 include/linux/input/touchscreen.h 	unsigned int max_x;
max_x             106 samples/vfio-mdev/mbochs.c 	u32 max_x;
max_x             112 samples/vfio-mdev/mbochs.c 		.max_x  = 800,
max_x             117 samples/vfio-mdev/mbochs.c 		.max_x  = 1920,
max_x             122 samples/vfio-mdev/mbochs.c 		.max_x  = 0,
max_x             556 samples/vfio-mdev/mbochs.c 	mdev_state->edid_regs.max_xres = type->max_x;
max_x              12 tools/perf/lib/include/internal/xyarray.h 	size_t max_x;
max_x              33 tools/perf/lib/include/internal/xyarray.h 	return xy->max_x;
max_x              16 tools/perf/lib/xyarray.c 		xy->max_x      = xlen;
max_x              16 tools/perf/util/xyarray.c 		xy->max_x      = xlen;