Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A Dti_am335x_tsc.c137 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
145 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
165 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
172 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
189 titsc_writel(ts_dev, REG_CHARGEDELAY, ts_dev->charge_delay); in titsc_step_config()
406 ts_dev->config_inp, ARRAY_SIZE(ts_dev->config_inp)); in titsc_parse_dt()
421 ts_dev = kzalloc(sizeof(*ts_dev), GFP_KERNEL); in titsc_probe()
486 free_irq(ts_dev->irq, ts_dev); in titsc_probe()
489 kfree(ts_dev); in titsc_probe()
500 free_irq(ts_dev->irq, ts_dev); in titsc_remove()
[all …]

Completed in 5 milliseconds