Searched refs:ts_dev (Results 1 – 1 of 1) sorted by relevance
72 static int titsc_config_wires(struct titsc *ts_dev) in titsc_config_wires() argument83 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()84 wire_order[i] = ts_dev->config_inp[i] & 0x0F; in titsc_config_wires()102 ts_dev->bit_xp = bit_cfg; in titsc_config_wires()103 ts_dev->inp_xp = an_line; in titsc_config_wires()107 ts_dev->bit_xn = bit_cfg; in titsc_config_wires()108 ts_dev->inp_xn = an_line; in titsc_config_wires()112 ts_dev->bit_yp = bit_cfg; in titsc_config_wires()113 ts_dev->inp_yp = an_line; in titsc_config_wires()116 ts_dev->bit_yn = bit_cfg; in titsc_config_wires()[all …]