Symbol: tp_config
drivers/input/touchscreen/iqs7211.c
1187
struct iqs7211_tp_config tp_config;
drivers/input/touchscreen/iqs7211.c
1503
error = iqs7211_read_burst(iqs7211, dev_desc->tp_config,
drivers/input/touchscreen/iqs7211.c
1504
&iqs7211->tp_config,
drivers/input/touchscreen/iqs7211.c
1505
sizeof(iqs7211->tp_config));
drivers/input/touchscreen/iqs7211.c
1578
error = iqs7211_write_burst(iqs7211, dev_desc->tp_config,
drivers/input/touchscreen/iqs7211.c
1579
&iqs7211->tp_config,
drivers/input/touchscreen/iqs7211.c
1580
sizeof(iqs7211->tp_config));
drivers/input/touchscreen/iqs7211.c
1757
u8 total_rx = iqs7211->tp_config.total_rx;
drivers/input/touchscreen/iqs7211.c
1758
u8 total_tx = iqs7211->tp_config.total_tx;
drivers/input/touchscreen/iqs7211.c
1900
iqs7211->tp_config.total_rx = count;
drivers/input/touchscreen/iqs7211.c
1924
for (j = 0; j < iqs7211->tp_config.total_rx; j++) {
drivers/input/touchscreen/iqs7211.c
1933
iqs7211->rx_tx_map[iqs7211->tp_config.total_rx + i] = pins[i];
drivers/input/touchscreen/iqs7211.c
1936
iqs7211->tp_config.total_tx = count;
drivers/input/touchscreen/iqs7211.c
2153
iqs7211->tp_config.num_contacts = iqs7211->num_contacts ? : 1;
drivers/input/touchscreen/iqs7211.c
2170
0, le16_to_cpu(iqs7211->tp_config.max_x), 0, 0);
drivers/input/touchscreen/iqs7211.c
2173
0, le16_to_cpu(iqs7211->tp_config.max_y), 0, 0);
drivers/input/touchscreen/iqs7211.c
2189
iqs7211->tp_config.max_x = cpu_to_le16(prop->max_x);
drivers/input/touchscreen/iqs7211.c
2190
iqs7211->tp_config.max_y = cpu_to_le16(prop->max_y);
drivers/input/touchscreen/iqs7211.c
346
u8 tp_config;
drivers/input/touchscreen/iqs7211.c
386
.tp_config = 0x4E,
drivers/input/touchscreen/iqs7211.c
423
.tp_config = 0x60,
drivers/input/touchscreen/iqs7211.c
460
.tp_config = 0x41,
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
3012
tp_config(adap, p);