Lines Matching defs:client
197 struct i2c_client *client; member
273 static u32 gsl_write_interface(struct i2c_client *client, const u8 reg, in gsl_write_interface()
287 static int gsl_ts_write(struct i2c_client *client, u8 addr, u8 *pdata, in gsl_ts_write()
308 static int gsl_ts_read(struct i2c_client *client, u8 addr, u8 *pdata, in gsl_ts_read()
326 static void judge_chip_type(struct i2c_client *client) in judge_chip_type()
348 static void gsl_load_fw(struct i2c_client *client) in gsl_load_fw()
388 static int test_i2c(struct i2c_client *client) in test_i2c()
406 static void gsl_io_control(struct i2c_client *client) in gsl_io_control()
429 static void startup_chip(struct i2c_client *client) in startup_chip()
441 static void reset_chip(struct i2c_client *client) in reset_chip()
455 static void clr_reg(struct i2c_client *client) in clr_reg()
473 static int init_chip(struct i2c_client *client) in init_chip()
505 static int check_mem_data(struct i2c_client *client) in check_mem_data()
997 static int gsl3673_ts_init(struct i2c_client *client, struct gsl_ts *ts) in gsl3673_ts_init()
1168 static int gsl_ts_probe(struct i2c_client *client, in gsl_ts_probe()
1231 static int gsl_ts_remove(struct i2c_client *client) in gsl_ts_remove()