/src/usr.sbin/tpctl/ |
main.c | 142 struct wsmouse_calibcoords coords; local in function:main 145 if (do_calibration(dispdev_name, &tp, &coords) < 0) { 150 replace_data(&data, tp.id, &coords); 258 struct wsmouse_calibcoords *coords) 270 memset(coords, 0, sizeof(*coords)); 271 coords->minx = 0; 272 coords->miny = 0; 273 coords->maxx = fb.conf.hf_width - 1; 274 coords->maxy = fb.conf.hf_height - 1 [all...] |
/src/sys/arch/hpcmips/vr/ |
vrpiu.c | 262 struct wsmouse_calibcoords coords; member in struct:vrpiu_init::__anond938ea090108 307 (void *)__UNCONST(&calibrations[i].coords), 0, 0);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 1437 struct hw_x_point *coords = coordinates_x; local in function:copy_rgb_regamma_to_coordinates_x 1442 coords->regamma_y_red = rgb_regamma->r; 1443 coords->regamma_y_green = rgb_regamma->g; 1444 coords->regamma_y_blue = rgb_regamma->b; 1446 ++coords; 1650 struct hw_x_point *coords = coords_x; local in function:map_regamma_hw_to_x_user 1654 copy_rgb_regamma_to_coordinates_x(coords, 1659 ramp, coeff128, rgb_user, coords, axis_x,
|