Searched refs:tch_new (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Dcyttsp4_core.c364 struct cyttsp4_tch_rec_params *tch_old, *tch_new; cyttsp4_si_get_opcfg_data() local
421 tch_new = &si->si_ptrs.opcfg->tch_rec_new[i]; cyttsp4_si_get_opcfg_data()
423 tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK; cyttsp4_si_get_opcfg_data()
424 tch->size = cyttsp4_bits_2_bytes(tch_new->size, cyttsp4_si_get_opcfg_data()
426 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; cyttsp4_si_get_opcfg_data()

Completed in 42 milliseconds