Lines Matching refs:tpad_setup
1487 u16 tpad_setup[IQS7222_MAX_COLS_TPAD];
1515 return iqs7222->tpad_setup;
2685 u16 *tpad_setup = iqs7222->tpad_setup;
2714 tpad_setup[6] &= ~GENMASK(num_chan - 1, 0);
2717 tpad_setup[8 + i] = 0;
2731 tpad_setup[6] |= BIT(chan_sel[i]);
2732 tpad_setup[8 + i] = chan_sel[i] * 34 + 1072;
2735 tpad_setup[7] = dev_desc->touch_link;
2737 tpad_setup[7] -= 2;
2740 tpad_setup[20] &= ~(iqs7222_tp_events[i].strict |
2753 tpad_setup[20] |= iqs7222_tp_events[i].strict;
2755 tpad_setup[20] |= iqs7222_tp_events[i].enable;
2777 else if (tpad_setup[7] == dev_desc->touch_link)
2787 0, (tpad_setup[4] ? : 1) - 1, 0, 0);
2790 0, (tpad_setup[5] ? : 1) - 1, 0, 0);
2800 tpad_setup[4] = prop->max_x + 1;
2801 tpad_setup[5] = prop->max_y + 1;