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()87 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb) in ucb1400_ts_read_ypos()128 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb) in ucb1400_ts_pen_up()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()319 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_probe()408 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_suspend()[all …]
98 obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
818 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
Completed in 12 milliseconds