Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c73 static int titsc_config_wires(struct titsc *ts_dev) in titsc_config_wires() argument
84 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()
85 wire_order[i] = ts_dev->config_inp[i] & 0x0F; in titsc_config_wires()
103 ts_dev->bit_xp = bit_cfg; in titsc_config_wires()
104 ts_dev->inp_xp = an_line; in titsc_config_wires()
108 ts_dev->bit_xn = bit_cfg; in titsc_config_wires()
109 ts_dev->inp_xn = an_line; in titsc_config_wires()
113 ts_dev->bit_yp = bit_cfg; in titsc_config_wires()
114 ts_dev->inp_yp = an_line; in titsc_config_wires()
117 ts_dev->bit_yn = bit_cfg; in titsc_config_wires()
[all …]