Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp5.c162 size_t bofs; /* bit offset */ member
267 int bofs) in cyttsp5_get_touch_axis() argument
272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()
355 si->tch_hdr.bofs); in cyttsp5_mt_attention()
691 tch_abs->bofs = offset - (tch_abs->ofs << 3); in fill_tch_abs()
Dcyttsp4_core.c442 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
459 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
473 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
779 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument
789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis()
790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis()
816 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch()
Dcyttsp4_core.h244 size_t bofs; /* bit offset */ member