Lines Matching refs:ucb1x00_ts
38 struct ucb1x00_ts { struct
54 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() argument
65 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release()
77 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int()
89 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure()
116 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos()
143 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos()
169 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres()
181 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres()
189 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down()
206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread()
290 struct ucb1x00_ts *ts = id; in ucb1x00_ts_irq()
303 struct ucb1x00_ts *ts = input_get_drvdata(idev); in ucb1x00_ts_open()
349 struct ucb1x00_ts *ts = input_get_drvdata(idev); in ucb1x00_ts_close()
366 struct ucb1x00_ts *ts; in ucb1x00_ts_add()
370 ts = kzalloc(sizeof(struct ucb1x00_ts), GFP_KERNEL); in ucb1x00_ts_add()
418 struct ucb1x00_ts *ts = dev->priv; in ucb1x00_ts_remove()