Searched refs:ucb1400_ts (Results 1 – 5 of 5) sorted by relevance
37 static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb) in ucb1400_ts_mode_int()49 static unsigned int ucb1400_ts_read_pressure(struct ucb1400_ts *ucb) in ucb1400_ts_read_pressure()67 static unsigned int ucb1400_ts_read_xpos(struct ucb1400_ts *ucb) in ucb1400_ts_read_xpos()90 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb) in ucb1400_ts_read_ypos()111 static unsigned int ucb1400_ts_read_xres(struct ucb1400_ts *ucb) in ucb1400_ts_read_xres()123 static unsigned int ucb1400_ts_read_yres(struct ucb1400_ts *ucb) in ucb1400_ts_read_yres()131 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb) in ucb1400_ts_pen_up()138 static void ucb1400_ts_irq_enable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_enable()145 static void ucb1400_ts_irq_disable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_disable()166 static void ucb1400_clear_pending_irq(struct ucb1400_ts *ucb) in ucb1400_clear_pending_irq()[all …]
76 obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
672 module will be called ucb1400_ts.
52 struct ucb1400_ts ucb_ts; in ucb1400_core_probe()104 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()105 if (!ucb->ucb1400_ts) { in ucb1400_core_probe()109 err = platform_device_add_data(ucb->ucb1400_ts, &ucb_ts, in ucb1400_core_probe()113 err = platform_device_add(ucb->ucb1400_ts); in ucb1400_core_probe()120 platform_device_put(ucb->ucb1400_ts); in ucb1400_core_probe()135 platform_device_unregister(ucb->ucb1400_ts); in ucb1400_core_remove()
94 struct ucb1400_ts { struct104 struct platform_device *ucb1400_ts; argument