Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dti_am335x_tsc.c52 u32 config_inp[4]; member
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()
396 ts_dev->config_inp, ARRAY_SIZE(ts_dev->config_inp)); in titsc_parse_dt()