Lines Matching refs:ucb1400_ts

34 static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb)  in ucb1400_ts_mode_int()
46 static unsigned int ucb1400_ts_read_pressure(struct ucb1400_ts *ucb) in ucb1400_ts_read_pressure()
64 static unsigned int ucb1400_ts_read_xpos(struct ucb1400_ts *ucb) in ucb1400_ts_read_xpos()
87 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb) in ucb1400_ts_read_ypos()
108 static unsigned int ucb1400_ts_read_xres(struct ucb1400_ts *ucb) in ucb1400_ts_read_xres()
120 static unsigned int ucb1400_ts_read_yres(struct ucb1400_ts *ucb) in ucb1400_ts_read_yres()
128 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb) in ucb1400_ts_pen_up()
135 static void ucb1400_ts_irq_enable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_enable()
142 static void ucb1400_ts_irq_disable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_disable()
163 static void ucb1400_clear_pending_irq(struct ucb1400_ts *ucb) in ucb1400_clear_pending_irq()
187 struct ucb1400_ts *ucb = devid; in ucb1400_irq()
222 static void ucb1400_ts_stop(struct ucb1400_ts *ucb) in ucb1400_ts_stop()
235 static void ucb1400_ts_start(struct ucb1400_ts *ucb) in ucb1400_ts_start()
249 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_open()
258 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_close()
271 static int ucb1400_ts_detect_irq(struct ucb1400_ts *ucb, in ucb1400_ts_detect_irq()
317 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_probe()
396 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_remove()
406 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_suspend()
420 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_resume()