Lines Matching refs:titsc
44 struct titsc { struct
59 static unsigned int titsc_readl(struct titsc *ts, unsigned int reg) in titsc_readl() argument
64 static void titsc_writel(struct titsc *tsc, unsigned int reg, in titsc_writel()
70 static int titsc_config_wires(struct titsc *ts_dev) in titsc_config_wires()
122 static void titsc_step_config(struct titsc *ts_dev) in titsc_step_config()
213 static void titsc_read_coordinates(struct titsc *ts_dev, in titsc_read_coordinates()
267 struct titsc *ts_dev = dev; in titsc_irq()
338 struct titsc *ts_dev) in titsc_parse_dt()
405 struct titsc *ts_dev; in titsc_probe()
411 ts_dev = kzalloc(sizeof(struct titsc), GFP_KERNEL); in titsc_probe()
476 struct titsc *ts_dev = platform_get_drvdata(pdev); in titsc_remove()
495 struct titsc *ts_dev = dev_get_drvdata(dev); in titsc_suspend()
511 struct titsc *ts_dev = dev_get_drvdata(dev); in titsc_resume()