Lines Matching refs:gsl_client
132 static struct i2c_client *gsl_client; variable
233 struct device_node *np = gsl_client->dev.of_node; in gsl_init()
522 gsl_ts_write(gsl_client, 0Xf0, &gsl_data_proc[4], 4); in gsl_config_read_proc()
524 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
525 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
572 reset_chip(gsl_client); in gsl_config_write_proc()
575 reset_chip(gsl_client); in gsl_config_write_proc()
576 startup_chip(gsl_client); in gsl_config_write_proc()
582 gsl_ts_write(gsl_client, buf[4], buf, 4); in gsl_config_write_proc()
910 gsl_ts_read(gsl_client, 0xb0, read_buf, 4); in gsl_monitor_worker()
922 gsl_ts_read(gsl_client, 0xb4, read_buf, 4); in gsl_monitor_worker()
939 gsl_ts_read(gsl_client, 0xbc, read_buf, 4); in gsl_monitor_worker()
952 rc = init_chip(gsl_client); in gsl_monitor_worker()
1138 gsl_ts_resume(&gsl_client->dev); in gsl_resume_work()
1163 gsl_client = client; in gsl_ts_probe()