coord_x           246 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinates_x + 32;
coord_x           255 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		x = dc_fixpt_mul(coord_x->x, scaling_factor);
coord_x           257 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x           544 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 coord_x;
coord_x           558 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			coord_x = coordinates_x[i].regamma_y_red;
coord_x           560 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			coord_x = coordinates_x[i].regamma_y_green;
coord_x           562 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			coord_x = coordinates_x[i].regamma_y_blue;
coord_x           565 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			ramp, axis_x, coord_x, channel,
coord_x           601 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 					coord_x,
coord_x           696 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinate_x;
coord_x           712 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	coord_x += start_index;
coord_x           721 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			x = dc_fixpt_mul(coord_x->x, scaling_factor);
coord_x           735 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x           777 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinate_x;
coord_x           792 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			coord_x->x, coeff, 0);
coord_x           795 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x           895 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinate_x;
coord_x           936 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	coord_x += 32;
coord_x           941 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				scaledX1 = dc_fixpt_div(coord_x->x,
coord_x           946 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				scaledX = dc_fixpt_div(coord_x->x,
coord_x           970 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x          1035 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinate_x;
coord_x          1040 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		compute_hlg_eotf(coord_x->x, &rgb->r, sdr_white_level, max_luminance_nits);
coord_x          1043 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x          1058 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinate_x;
coord_x          1064 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		compute_hlg_oetf(coord_x->x, &rgb->r, sdr_white_level, max_luminance_nits);
coord_x          1067 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x          1577 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinates_x;
coord_x          1584 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				coord_x->x, &coeff, 0);
coord_x          1587 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x          1765 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct hw_x_point *coord_x = coordinates_x;
coord_x          1789 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x          1794 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				coord_x->x, &coeff, 0);
coord_x          1796 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				coord_x->x, &coeff, 1);
coord_x          1798 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				coord_x->x, &coeff, 2);
coord_x          1799 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coord_x;
coord_x           117 drivers/input/touchscreen/auo-pixcir-ts.c 	int	coord_x;
coord_x           150 drivers/input/touchscreen/auo-pixcir-ts.c 		point[i].coord_x =
coord_x           155 drivers/input/touchscreen/auo-pixcir-ts.c 		if (point[i].coord_x > pdata->x_max ||
coord_x           158 drivers/input/touchscreen/auo-pixcir-ts.c 				point[i].coord_x, point[i].coord_y);
coord_x           159 drivers/input/touchscreen/auo-pixcir-ts.c 			point[i].coord_x = point[i].coord_y = 0;
coord_x           205 drivers/input/touchscreen/auo-pixcir-ts.c 			if (point[i].coord_x > 0 || point[i].coord_y > 0) {
coord_x           207 drivers/input/touchscreen/auo-pixcir-ts.c 						 point[i].coord_x);
coord_x           232 drivers/input/touchscreen/auo-pixcir-ts.c 			input_report_abs(ts->input, ABS_X, point[abs].coord_x);
coord_x            82 drivers/input/touchscreen/zforce_ts.c 	int coord_x;
coord_x           353 drivers/input/touchscreen/zforce_ts.c 		point.coord_x =
coord_x           358 drivers/input/touchscreen/zforce_ts.c 		if (point.coord_x > pdata->x_max ||
coord_x           361 drivers/input/touchscreen/zforce_ts.c 				point.coord_x, point.coord_y);
coord_x           362 drivers/input/touchscreen/zforce_ts.c 			point.coord_x = point.coord_y = 0;
coord_x           382 drivers/input/touchscreen/zforce_ts.c 			point.coord_x, point.coord_y,
coord_x           394 drivers/input/touchscreen/zforce_ts.c 					 point.coord_x);