Home
last modified time | relevance | path

Searched refs:coord_x (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c196 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq() local
205 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
207 ++coord_x; in precompute_pq()
462 struct fixed31_32 coord_x; in build_custom_gamma_mapping_coefficients_worker() local
476 coord_x = coordinates_x[i].regamma_y_red; in build_custom_gamma_mapping_coefficients_worker()
478 coord_x = coordinates_x[i].regamma_y_green; in build_custom_gamma_mapping_coefficients_worker()
480 coord_x = coordinates_x[i].regamma_y_blue; in build_custom_gamma_mapping_coefficients_worker()
483 ramp, axis_x, coord_x, channel, in build_custom_gamma_mapping_coefficients_worker()
519 coord_x, in build_custom_gamma_mapping_coefficients_worker()
614 const struct hw_x_point *coord_x = coordinate_x; in build_pq() local
[all …]
/Linux-v4.19/drivers/input/touchscreen/
Dauo-pixcir-ts.c127 int coord_x; member
160 point[i].coord_x = in auo_pixcir_collect_data()
165 if (point[i].coord_x > pdata->x_max || in auo_pixcir_collect_data()
168 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data()
169 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data()
215 if (point[i].coord_x > 0 || point[i].coord_y > 0) { in auo_pixcir_interrupt()
217 point[i].coord_x); in auo_pixcir_interrupt()
242 input_report_abs(ts->input, ABS_X, point[abs].coord_x); in auo_pixcir_interrupt()
Dzforce_ts.c90 int coord_x; member
361 point.coord_x = in zforce_touch_event()
366 if (point.coord_x > pdata->x_max || in zforce_touch_event()
369 point.coord_x, point.coord_y); in zforce_touch_event()
370 point.coord_x = point.coord_y = 0; in zforce_touch_event()
390 point.coord_x, point.coord_y, in zforce_touch_event()
402 point.coord_x); in zforce_touch_event()