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()
224 static void ucb1400_ts_stop(struct ucb1400_ts *ucb) in ucb1400_ts_stop()
237 static void ucb1400_ts_start(struct ucb1400_ts *ucb) in ucb1400_ts_start()
251 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_open()
260 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_close()
273 static int ucb1400_ts_detect_irq(struct ucb1400_ts *ucb, in ucb1400_ts_detect_irq()
319 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_probe()
398 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_remove()
408 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_suspend()
422 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_resume()