Lines Matching refs:gsl_ts

147 struct gsl_ts {  struct
187 static int gslx680_set_pinctrl_state(struct gsl_ts *ts, in gslx680_set_pinctrl_state() argument
204 static int gslX680_init(struct gsl_ts *ts) in gslX680_init()
236 static int gslX680_shutdown_low(struct gsl_ts *ts) in gslX680_shutdown_low()
245 static int gslX680_shutdown_high(struct gsl_ts *ts) in gslX680_shutdown_high()
530 static void init_chip(struct i2c_client *client, struct gsl_ts *ts) in init_chip()
564 static void check_mem_data(struct i2c_client *client, struct gsl_ts *ts) in check_mem_data()
816 static void report_key(struct gsl_ts *ts, u16 x, u16 y) in report_key()
836 static void report_data(struct gsl_ts *ts, u16 x, u16 y, u8 pressure, u8 id) in report_data()
884 static void glsx680_ts_irq_disable(struct gsl_ts *ts) in glsx680_ts_irq_disable()
896 static void glsx680_ts_irq_enable(struct gsl_ts *ts) in glsx680_ts_irq_enable()
920 struct gsl_ts *ts = container_of(work, struct gsl_ts, work); in gslX680_ts_worker()
1197 struct gsl_ts *ts = in gsl_monitor_worker()
1198 container_of(work, struct gsl_ts, gsl_monitor_work.work); in gsl_monitor_worker()
1256 struct gsl_ts *ts = (struct gsl_ts *)dev_id; in gsl_ts_irq()
1266 static int gslX680_ts_init(struct i2c_client *client, struct gsl_ts *ts) in gslX680_ts_init()
1370 struct gsl_ts *ts = container_of(tp_d, struct gsl_ts, tp); in gsl_ts_early_suspend()
1405 struct gsl_ts *ts = container_of(tp_d, struct gsl_ts, tp); in gsl_ts_late_resume()
1439 struct gsl_ts *ts = container_of(h, struct gsl_ts, early_suspend); in gsl_ts_early_suspend()
1471 struct gsl_ts *ts = container_of(h, struct gsl_ts, early_suspend); in gsl_ts_late_resume()
1502 static void gsl_ts_power_on(struct gsl_ts *ts, bool enable) in gsl_ts_power_on()
1524 struct gsl_ts *ts; in gsl_ts_probe()
1612 struct gsl_ts *ts = i2c_get_clientdata(client); in gsl_ts_remove()