Searched refs:ucb1400_ts (Results 1 – 5 of 5) sorted by relevance
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()[all …]
95 obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
786 module will be called ucb1400_ts.
49 struct ucb1400_ts ucb_ts; in ucb1400_core_probe()101 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()102 if (!ucb->ucb1400_ts) { in ucb1400_core_probe()106 err = platform_device_add_data(ucb->ucb1400_ts, &ucb_ts, in ucb1400_core_probe()110 err = platform_device_add(ucb->ucb1400_ts); in ucb1400_core_probe()117 platform_device_put(ucb->ucb1400_ts); in ucb1400_core_probe()132 platform_device_unregister(ucb->ucb1400_ts); in ucb1400_core_remove()
91 struct ucb1400_ts { struct101 struct platform_device *ucb1400_ts; argument