Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/touchscreen/
Ducb1400_ts.c34 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 …]
DMakefile99 obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
DKconfig828 module will be called ucb1400_ts.
/Linux-v6.1/drivers/mfd/
Ducb1400_core.c49 struct ucb1400_ts ucb_ts; in ucb1400_core_probe()
99 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()
100 if (!ucb->ucb1400_ts) { in ucb1400_core_probe()
104 err = platform_device_add_data(ucb->ucb1400_ts, &ucb_ts, in ucb1400_core_probe()
108 err = platform_device_add(ucb->ucb1400_ts); in ucb1400_core_probe()
115 platform_device_put(ucb->ucb1400_ts); in ucb1400_core_probe()
130 platform_device_unregister(ucb->ucb1400_ts); in ucb1400_core_remove()
/Linux-v6.1/include/linux/
Ducb1400.h89 struct ucb1400_ts { struct
99 struct platform_device *ucb1400_ts; argument