Searched refs:ucb1x00_ts (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Ducb1x00-ts.c41 struct ucb1x00_ts { struct
57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) ucb1x00_ts_evt_add()
68 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) ucb1x00_ts_event_release()
80 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) ucb1x00_ts_mode_int()
92 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) ucb1x00_ts_read_pressure()
119 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) ucb1x00_ts_read_xpos()
146 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) ucb1x00_ts_read_ypos()
172 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) ucb1x00_ts_read_xres()
184 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) ucb1x00_ts_read_yres()
192 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) ucb1x00_ts_pen_down()
209 struct ucb1x00_ts *ts = _ts; ucb1x00_thread()
293 struct ucb1x00_ts *ts = id; ucb1x00_ts_irq()
306 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_open()
352 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_close()
369 struct ucb1x00_ts *ts; ucb1x00_ts_add()
373 ts = kzalloc(sizeof(struct ucb1x00_ts), GFP_KERNEL); ucb1x00_ts_add()
421 struct ucb1x00_ts *ts = dev->priv; ucb1x00_ts_remove()

Completed in 37 milliseconds