Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dtch-formats.rst15 pixfmt-tch-td16
16 pixfmt-tch-td08
17 pixfmt-tch-tu16
18 pixfmt-tch-tu08
Dpixfmt.rst32 tch-formats
Ddev-touch.rst51 :ref:`Touch Formats <tch-formats>`.
/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c385 struct cyttsp4_tch_abs_params *tch; in cyttsp4_si_get_opcfg_data() local
432 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
435 tch->ofs = tch_old->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()
436 tch->size = cyttsp4_bits_2_bytes(tch_old->size, in cyttsp4_si_get_opcfg_data()
437 &tch->max); in cyttsp4_si_get_opcfg_data()
438 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
449 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
452 tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()
453 tch->size = cyttsp4_bits_2_bytes(tch_new->size, in cyttsp4_si_get_opcfg_data()
454 &tch->max); in cyttsp4_si_get_opcfg_data()
[all …]
Dcyttsp_core.c317 const struct cyttsp_tch *tch; in cyttsp_report_tchdata() local
341 tch = cyttsp_get_tch(xy_data, i); in cyttsp_report_tchdata()
345 input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); in cyttsp_report_tchdata()
346 input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y)); in cyttsp_report_tchdata()
347 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); in cyttsp_report_tchdata()