Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_gesture.c86 u16 coordinate_x[FTS_GESTURE_POINTS_MAX]; member
155 gesture->coordinate_x[i], gesture->coordinate_y[i]); in fts_gesture_buf_show()
314 memset(gesture->coordinate_x, 0, FTS_GESTURE_POINTS_MAX * sizeof(u16)); in fts_gesture_readdata()
324 gesture->coordinate_x[i] = (u16)(((buf[0 + index] & 0x0F) << 8) in fts_gesture_readdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_gesture.c88 u16 coordinate_x[FTS_GESTRUE_POINTS]; member
194 …count += snprintf(buf + count, PAGE_SIZE, "%3d(%4d,%4d) ", i, fts_gesture_data.coordinate_x[i], ft… in fts_gesture_buf_show()
370 memset(fts_gesture_data.coordinate_x, 0, FTS_GESTRUE_POINTS * sizeof(u16)); in fts_gesture_readdata()
401 fts_gesture_data.coordinate_x[i] = (((s16) buf[0 + (4 * i + 2)]) & 0x0F) << 8 in fts_gesture_readdata()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c729 const struct hw_x_point *coordinate_x, in build_pq() argument
735 const struct hw_x_point *coord_x = coordinate_x; in build_pq()
782 const struct hw_x_point *coordinate_x) in build_de_pq() argument
810 const struct hw_x_point *coordinate_x, in build_regamma() argument
819 const struct hw_x_point *coord_x = coordinate_x; in build_regamma()
933 const struct hw_x_point *coordinate_x, in build_freesync_hdr() argument
939 const struct hw_x_point *coord_x = coordinate_x; in build_freesync_hdr()
1018 const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type) in build_degamma() argument
1045 coordinate_x[i].x, &coeff, 0); in build_degamma()
1067 const struct hw_x_point *coordinate_x, in build_hlg_degamma() argument
[all …]