Home
last modified time | relevance | path

Searched refs:ucb1400_ts (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Ducb1400_ts.c37 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 …]
DMakefile76 obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
DKconfig672 module will be called ucb1400_ts.
/linux-4.4.14/drivers/mfd/
Ducb1400_core.c52 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()
/linux-4.4.14/include/linux/
Ducb1400.h94 struct ucb1400_ts { struct
104 struct platform_device *ucb1400_ts; argument