Lines Matching refs:tpad_setup
1487 u16 tpad_setup[IQS7222_MAX_COLS_TPAD]; member
1515 return iqs7222->tpad_setup; in iqs7222_setup()
2681 u16 *tpad_setup = iqs7222->tpad_setup; in iqs7222_parse_tpad() local
2710 tpad_setup[6] &= ~GENMASK(num_chan - 1, 0); in iqs7222_parse_tpad()
2713 tpad_setup[8 + i] = 0; in iqs7222_parse_tpad()
2727 tpad_setup[6] |= BIT(chan_sel[i]); in iqs7222_parse_tpad()
2728 tpad_setup[8 + i] = chan_sel[i] * 34 + 1072; in iqs7222_parse_tpad()
2731 tpad_setup[7] = dev_desc->touch_link; in iqs7222_parse_tpad()
2733 tpad_setup[7] -= 2; in iqs7222_parse_tpad()
2736 tpad_setup[20] &= ~(iqs7222_tp_events[i].strict | in iqs7222_parse_tpad()
2749 tpad_setup[20] |= iqs7222_tp_events[i].strict; in iqs7222_parse_tpad()
2751 tpad_setup[20] |= iqs7222_tp_events[i].enable; in iqs7222_parse_tpad()
2772 else if (tpad_setup[7] == dev_desc->touch_link) in iqs7222_parse_tpad()
2782 0, (tpad_setup[4] ? : 1) - 1, 0, 0); in iqs7222_parse_tpad()
2785 0, (tpad_setup[5] ? : 1) - 1, 0, 0); in iqs7222_parse_tpad()
2795 tpad_setup[4] = prop->max_x + 1; in iqs7222_parse_tpad()
2796 tpad_setup[5] = prop->max_y + 1; in iqs7222_parse_tpad()