Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c256 ++coord_x; in precompute_pq()
654 coord_x, in build_custom_gamma_mapping_coefficients_worker()
788 ++coord_x; in build_pq()
851 ++coord_x; in build_regamma()
991 coord_x += 32; in build_freesync_hdr()
1070 ++coord_x; in build_freesync_hdr()
1143 ++coord_x; in build_hlg_degamma()
1167 ++coord_x; in build_hlg_regamma()
1702 ++coord_x; in apply_degamma_for_user_regamma()
1786 ++coord_x; in calculate_user_regamma_coeff()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c131 int coord_x; member
163 point[i].coord_x = in auo_pixcir_collect_data()
168 if (point[i].coord_x > ts->x_max || in auo_pixcir_collect_data()
171 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data()
172 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data()
217 if (point[i].coord_x > 0 || point[i].coord_y > 0) { in auo_pixcir_interrupt()
219 point[i].coord_x); in auo_pixcir_interrupt()
244 input_report_abs(ts->input, ABS_X, point[abs].coord_x); in auo_pixcir_interrupt()
H A Dzforce_ts.c82 int coord_x; member
353 point.coord_x = in zforce_touch_event()
358 if (point.coord_x > pdata->x_max || in zforce_touch_event()
361 point.coord_x, point.coord_y); in zforce_touch_event()
362 point.coord_x = point.coord_y = 0; in zforce_touch_event()
382 point.coord_x, point.coord_y, in zforce_touch_event()
394 point.coord_x); in zforce_touch_event()