Lines Matching defs:client
242 struct i2c_client *client; member
302 static u32 gsl_write_interface(struct i2c_client *client, const u8 reg, u8 *buf, u32 num) in gsl_write_interface()
316 static int gsl_ts_write(struct i2c_client *client, u8 addr, u8 *pdata, int datalen) in gsl_ts_write()
339 static int gsl_ts_read(struct i2c_client *client, u8 addr, u8 *pdata, unsigned int datalen) in gsl_ts_read()
363 static void gsl_load_fw(struct i2c_client *client) in gsl_load_fw()
402 static int test_i2c(struct i2c_client *client) in test_i2c()
428 static void startup_chip(struct i2c_client *client) in startup_chip()
439 static void reset_chip(struct i2c_client *client) in reset_chip()
453 static void clr_reg(struct i2c_client *client) in clr_reg()
471 static void init_chip(struct i2c_client *client) in init_chip()
497 static void check_mem_data(struct i2c_client *client) in check_mem_data()
994 static int gslX680_ts_init(struct i2c_client *client, struct gsl_ts *ts) in gslX680_ts_init()
1166 static int gsl_ts_probe(struct i2c_client *client, const struct i2c_device_id *id) in gsl_ts_probe()
1268 static int gsl_ts_remove(struct i2c_client *client) in gsl_ts_remove()