Home
last modified time | relevance | path

Searched refs:tch (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dtch-formats.rst15 pixfmt-tch-td16
16 pixfmt-tch-td08
17 pixfmt-tch-tu16
18 pixfmt-tch-tu08
H A Dpixfmt.rst33 tch-formats
H A Ddev-touch.rst51 :ref:`Touch Formats <tch-formats>`.
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp5.c292 struct cyttsp5_touch *tch, int num_cur_tch) in cyttsp5_get_mt_touches() argument
301 memset(tch->abs, 0, sizeof(tch->abs)); in cyttsp5_get_mt_touches()
314 cyttsp5_get_touch_record(ts, tch, tch_addr); in cyttsp5_get_mt_touches()
318 tch->abs[CY_TCH_MAJ] = tmp / si->sensing_conf_data.len_x; in cyttsp5_get_mt_touches()
322 t = tch->abs[CY_TCH_T]; in cyttsp5_get_mt_touches()
329 tch->abs[CY_TCH_X], tch->abs[CY_TCH_Y], in cyttsp5_get_mt_touches()
332 tch->abs[CY_TCH_P]); in cyttsp5_get_mt_touches()
336 tch->abs[CY_TCH_MAJ]); in cyttsp5_get_mt_touches()
338 tch->abs[CY_TCH_MIN]); in cyttsp5_get_mt_touches()
349 struct cyttsp5_touch tch; in cyttsp5_mt_attention() local
[all …]
H A Dcyttsp4_core.c441 &tch->max); in cyttsp4_si_get_opcfg_data()
458 &tch->max); in cyttsp4_si_get_opcfg_data()
923 if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) in cyttsp4_get_mt_touches()
924 tch.abs[CY_TCH_MAJ] = tch.abs[CY_TCH_MIN] = 1; in cyttsp4_get_mt_touches()
942 tch.abs[CY_TCH_X], in cyttsp4_get_mt_touches()
943 tch.abs[CY_TCH_Y], in cyttsp4_get_mt_touches()
944 tch.abs[CY_TCH_P], in cyttsp4_get_mt_touches()
947 tch.abs[CY_TCH_OR], in cyttsp4_get_mt_touches()
953 tch.abs[CY_TCH_X], in cyttsp4_get_mt_touches()
954 tch.abs[CY_TCH_Y], in cyttsp4_get_mt_touches()
[all …]
H A Dcyttsp_core.c320 const struct cyttsp_tch *tch; in cyttsp_report_tchdata() local
344 tch = cyttsp_get_tch(xy_data, i); in cyttsp_report_tchdata()
348 input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); in cyttsp_report_tchdata()
349 input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y)); in cyttsp_report_tchdata()
350 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); in cyttsp_report_tchdata()