Searched refs:tch (Results 1 – 5 of 5) sorted by relevance
15 pixfmt-tch-td1616 pixfmt-tch-td0817 pixfmt-tch-tu1618 pixfmt-tch-tu08
33 tch-formats
51 :ref:`Touch Formats <tch-formats>`.
389 struct cyttsp4_tch_abs_params *tch; in cyttsp4_si_get_opcfg_data() local436 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()439 tch->ofs = tch_old->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()440 tch->size = cyttsp4_bits_2_bytes(tch_old->size, in cyttsp4_si_get_opcfg_data()441 &tch->max); in cyttsp4_si_get_opcfg_data()442 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()453 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()456 tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK; in cyttsp4_si_get_opcfg_data()457 tch->size = cyttsp4_bits_2_bytes(tch_new->size, in cyttsp4_si_get_opcfg_data()458 &tch->max); in cyttsp4_si_get_opcfg_data()[all …]
320 const struct cyttsp_tch *tch; in cyttsp_report_tchdata() local344 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()