Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A Dcyttsp5.c285 si->tch_abs[abs].size, in cyttsp5_get_touch_record()
286 si->tch_abs[abs].max, in cyttsp5_get_touch_record()
287 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record()
288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()
685 tch_abs->ofs = offset / 8; in fill_tch_abs()
686 tch_abs->size = report_size / 8; in fill_tch_abs()
688 tch_abs->size += 1; in fill_tch_abs()
689 tch_abs->min = 0; in fill_tch_abs()
690 tch_abs->max = 1 << report_size; in fill_tch_abs()
691 tch_abs->bofs = offset - (tch_abs->ofs << 3); in fill_tch_abs()
[all …]

Completed in 8 milliseconds