Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dtch-formats.rst22 pixfmt-tch-td16
23 pixfmt-tch-td08
24 pixfmt-tch-tu16
25 pixfmt-tch-tu08
Dpixfmt.rst40 tch-formats
Ddev-touch.rst58 :ref:`Touch Formats <tch-formats>`.
/Linux-v5.4/drivers/input/touchscreen/
Dcyttsp4_core.c375 struct cyttsp4_tch_abs_params *tch; in cyttsp4_si_get_opcfg_data() local
422 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
425 tch->ofs = tch_old->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()
426 tch->size = cyttsp4_bits_2_bytes(tch_old->size, in cyttsp4_si_get_opcfg_data()
427 &tch->max); in cyttsp4_si_get_opcfg_data()
428 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
439 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
442 tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()
443 tch->size = cyttsp4_bits_2_bytes(tch_new->size, in cyttsp4_si_get_opcfg_data()
444 &tch->max); in cyttsp4_si_get_opcfg_data()
[all …]
Dcyttsp_core.c303 const struct cyttsp_tch *tch; in cyttsp_report_tchdata() local
327 tch = cyttsp_get_tch(xy_data, i); in cyttsp_report_tchdata()
331 input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); in cyttsp_report_tchdata()
332 input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y)); in cyttsp_report_tchdata()
333 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); in cyttsp_report_tchdata()