Searched refs:coords (Results 1 – 2 of 2) sorted by relevance
53 static int jornada720_ts_average(int coords[4]) in jornada720_ts_average()55 int coord, high_bits = coords[3]; in jornada720_ts_average()57 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average()58 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average()59 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
1508 struct hw_x_point *coords = coordinates_x; in copy_rgb_regamma_to_coordinates_x() local1513 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x()1514 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x()1515 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x()1517 ++coords; in copy_rgb_regamma_to_coordinates_x()1724 struct hw_x_point *coords = coords_x; in map_regamma_hw_to_x_user() local1728 copy_rgb_regamma_to_coordinates_x(coords, in map_regamma_hw_to_x_user()1733 ramp, coeff128, rgb_user, coords, axis_x, in map_regamma_hw_to_x_user()