Lines Matching defs:client
129 struct i2c_client *client; member
192 static u32 gsl_write_interface(struct i2c_client *client, const u8 reg, u8 *buf, u32 num) in gsl_write_interface()
205 static int gsl_ts_write(struct i2c_client *client, u8 addr, u8 *pdata, int datalen) in gsl_ts_write()
224 static int gsl_ts_read(struct i2c_client *client, u8 addr, u8 *pdata, unsigned int datalen) in gsl_ts_read()
239 static void judge_chip_type(struct i2c_client *client) in judge_chip_type()
270 static void gsl_load_fw(struct i2c_client *client) in gsl_load_fw()
307 static int test_i2c(struct i2c_client *client) in test_i2c()
328 static void startup_chip(struct i2c_client *client) in startup_chip()
339 static void reset_chip(struct i2c_client *client) in reset_chip()
353 static void clr_reg(struct i2c_client *client) in clr_reg()
371 static void init_chip(struct i2c_client *client) in init_chip()
392 static void check_mem_data(struct i2c_client *client) in check_mem_data()