ucb1400_ts         34 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb)
ucb1400_ts         46 drivers/input/touchscreen/ucb1400_ts.c static unsigned int ucb1400_ts_read_pressure(struct ucb1400_ts *ucb)
ucb1400_ts         64 drivers/input/touchscreen/ucb1400_ts.c static unsigned int ucb1400_ts_read_xpos(struct ucb1400_ts *ucb)
ucb1400_ts         87 drivers/input/touchscreen/ucb1400_ts.c static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb)
ucb1400_ts        108 drivers/input/touchscreen/ucb1400_ts.c static unsigned int ucb1400_ts_read_xres(struct ucb1400_ts *ucb)
ucb1400_ts        120 drivers/input/touchscreen/ucb1400_ts.c static unsigned int ucb1400_ts_read_yres(struct ucb1400_ts *ucb)
ucb1400_ts        128 drivers/input/touchscreen/ucb1400_ts.c static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb)
ucb1400_ts        135 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_ts_irq_enable(struct ucb1400_ts *ucb)
ucb1400_ts        142 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_ts_irq_disable(struct ucb1400_ts *ucb)
ucb1400_ts        163 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_clear_pending_irq(struct ucb1400_ts *ucb)
ucb1400_ts        187 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = devid;
ucb1400_ts        224 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_ts_stop(struct ucb1400_ts *ucb)
ucb1400_ts        237 drivers/input/touchscreen/ucb1400_ts.c static void ucb1400_ts_start(struct ucb1400_ts *ucb)
ucb1400_ts        251 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = input_get_drvdata(idev);
ucb1400_ts        260 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = input_get_drvdata(idev);
ucb1400_ts        273 drivers/input/touchscreen/ucb1400_ts.c static int ucb1400_ts_detect_irq(struct ucb1400_ts *ucb,
ucb1400_ts        319 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev);
ucb1400_ts        398 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev);
ucb1400_ts        408 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = dev_get_platdata(dev);
ucb1400_ts        422 drivers/input/touchscreen/ucb1400_ts.c 	struct ucb1400_ts *ucb = dev_get_platdata(dev);
ucb1400_ts         49 drivers/mfd/ucb1400_core.c 	struct ucb1400_ts ucb_ts;
ucb1400_ts        101 drivers/mfd/ucb1400_core.c 	ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1);
ucb1400_ts        102 drivers/mfd/ucb1400_core.c 	if (!ucb->ucb1400_ts) {
ucb1400_ts        106 drivers/mfd/ucb1400_core.c 	err = platform_device_add_data(ucb->ucb1400_ts, &ucb_ts,
ucb1400_ts        110 drivers/mfd/ucb1400_core.c 	err = platform_device_add(ucb->ucb1400_ts);
ucb1400_ts        117 drivers/mfd/ucb1400_core.c 	platform_device_put(ucb->ucb1400_ts);
ucb1400_ts        132 drivers/mfd/ucb1400_core.c 	platform_device_unregister(ucb->ucb1400_ts);
ucb1400_ts        101 include/linux/ucb1400.h 	struct platform_device	*ucb1400_ts;