coords           1394 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct hw_x_point *coords = coordinates_x;
coords           1399 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		coords->regamma_y_red = rgb_regamma->r;
coords           1400 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		coords->regamma_y_green = rgb_regamma->g;
coords           1401 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		coords->regamma_y_blue = rgb_regamma->b;
coords           1403 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		++coords;
coords           1607 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct hw_x_point *coords = coords_x;
coords           1611 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		copy_rgb_regamma_to_coordinates_x(coords,
coords           1616 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			ramp, coeff128, rgb_user, coords, axis_x,
coords             53 drivers/input/touchscreen/jornada720_ts.c static int jornada720_ts_average(int coords[4])
coords             55 drivers/input/touchscreen/jornada720_ts.c 	int coord, high_bits = coords[3];
coords             57 drivers/input/touchscreen/jornada720_ts.c 	coord  = coords[0] | ((high_bits & 0x03) << 8);
coords             58 drivers/input/touchscreen/jornada720_ts.c 	coord += coords[1] | ((high_bits & 0x0c) << 6);
coords             59 drivers/input/touchscreen/jornada720_ts.c 	coord += coords[2] | ((high_bits & 0x30) << 4);