Lines Matching refs:gsl_client
130 static struct i2c_client *gsl_client; variable
235 struct device_node *np = gsl_client->dev.of_node; in gsl3673_init()
529 gsl_ts_write(gsl_client, 0Xf0, &gsl_data_proc[4], 4); in gsl_config_read_proc()
531 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
532 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
579 reset_chip(gsl_client); in gsl_config_write_proc()
582 reset_chip(gsl_client); in gsl_config_write_proc()
583 startup_chip(gsl_client); in gsl_config_write_proc()
589 gsl_ts_write(gsl_client, buf[4], buf, 4); in gsl_config_write_proc()
915 gsl_ts_read(gsl_client, 0xb0, read_buf, 4); in gsl_monitor_worker()
927 gsl_ts_read(gsl_client, 0xb4, read_buf, 4); in gsl_monitor_worker()
944 gsl_ts_read(gsl_client, 0xbc, read_buf, 4); in gsl_monitor_worker()
957 rc = init_chip(gsl_client); in gsl_monitor_worker()
1203 gsl_client = client; in gsl_ts_probe()