Lines Matching defs:tp_config
346 u8 tp_config;
386 .tp_config = 0x4E,
423 .tp_config = 0x60,
460 .tp_config = 0x41,
1187 struct iqs7211_tp_config tp_config;
1503 error = iqs7211_read_burst(iqs7211, dev_desc->tp_config,
1504 &iqs7211->tp_config,
1505 sizeof(iqs7211->tp_config));
1578 error = iqs7211_write_burst(iqs7211, dev_desc->tp_config,
1579 &iqs7211->tp_config,
1580 sizeof(iqs7211->tp_config));
1757 u8 total_rx = iqs7211->tp_config.total_rx;
1758 u8 total_tx = iqs7211->tp_config.total_tx;
1900 iqs7211->tp_config.total_rx = count;
1924 for (j = 0; j < iqs7211->tp_config.total_rx; j++) {
1933 iqs7211->rx_tx_map[iqs7211->tp_config.total_rx + i] = pins[i];
1936 iqs7211->tp_config.total_tx = count;
2153 iqs7211->tp_config.num_contacts = iqs7211->num_contacts ? : 1;
2170 0, le16_to_cpu(iqs7211->tp_config.max_x), 0, 0);
2173 0, le16_to_cpu(iqs7211->tp_config.max_y), 0, 0);
2189 iqs7211->tp_config.max_x = cpu_to_le16(prop->max_x);
2190 iqs7211->tp_config.max_y = cpu_to_le16(prop->max_y);