Home
last modified time | relevance | path

Searched refs:ts_dev (Results 1 – 1 of 1) sorted by relevance

/drivers/input/touchscreen/
Dti_am335x_tsc.c70 static int titsc_config_wires(struct titsc *ts_dev) in titsc_config_wires() argument
81 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()
82 wire_order[i] = ts_dev->config_inp[i] & 0x0F; in titsc_config_wires()
100 ts_dev->bit_xp = bit_cfg; in titsc_config_wires()
101 ts_dev->inp_xp = an_line; in titsc_config_wires()
105 ts_dev->bit_xn = bit_cfg; in titsc_config_wires()
106 ts_dev->inp_xn = an_line; in titsc_config_wires()
110 ts_dev->bit_yp = bit_cfg; in titsc_config_wires()
111 ts_dev->inp_yp = an_line; in titsc_config_wires()
114 ts_dev->bit_yn = bit_cfg; in titsc_config_wires()
[all …]