ucb1x00_ts         54 drivers/mfd/ucb1x00-ts.c static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y)
ucb1x00_ts         65 drivers/mfd/ucb1x00-ts.c static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts)
ucb1x00_ts         77 drivers/mfd/ucb1x00-ts.c static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts)
ucb1x00_ts         89 drivers/mfd/ucb1x00-ts.c static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts)
ucb1x00_ts        116 drivers/mfd/ucb1x00-ts.c static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts)
ucb1x00_ts        143 drivers/mfd/ucb1x00-ts.c static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts)
ucb1x00_ts        169 drivers/mfd/ucb1x00-ts.c static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts)
ucb1x00_ts        181 drivers/mfd/ucb1x00-ts.c static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts)
ucb1x00_ts        189 drivers/mfd/ucb1x00-ts.c static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts)
ucb1x00_ts        206 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts = _ts;
ucb1x00_ts        290 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts = id;
ucb1x00_ts        303 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts = input_get_drvdata(idev);
ucb1x00_ts        349 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts = input_get_drvdata(idev);
ucb1x00_ts        366 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts;
ucb1x00_ts        370 drivers/mfd/ucb1x00-ts.c 	ts = kzalloc(sizeof(struct ucb1x00_ts), GFP_KERNEL);
ucb1x00_ts        418 drivers/mfd/ucb1x00-ts.c 	struct ucb1x00_ts *ts = dev->priv;