Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dti_am335x_tsc.c56 u32 config_inp[4]; member
85 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()
86 wire_order[i] = ts_dev->config_inp[i] & 0x0F; in titsc_config_wires()
400 ts_dev->config_inp, ARRAY_SIZE(ts_dev->config_inp)); in titsc_parse_dt()