Lines Matching refs:gsl_client
133 static struct i2c_client *gsl_client; variable
233 struct device_node *np = gsl_client->dev.of_node; in gsl3673_init()
553 gsl_ts_write(gsl_client, 0Xf0, &gsl_data_proc[4], 4); in gsl_config_read_proc()
555 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
556 gsl_ts_read(gsl_client, gsl_data_proc[0], temp_data, 4); in gsl_config_read_proc()
601 reset_chip(gsl_client); in gsl_config_write_proc()
604 reset_chip(gsl_client); in gsl_config_write_proc()
605 startup_chip(gsl_client); in gsl_config_write_proc()
611 gsl_ts_write(gsl_client, buf[4], buf, 4); in gsl_config_write_proc()
937 gsl_ts_read(gsl_client, 0xb0, read_buf, 4); in gsl_monitor_worker()
949 gsl_ts_read(gsl_client, 0xb4, read_buf, 4); in gsl_monitor_worker()
966 gsl_ts_read(gsl_client, 0xbc, read_buf, 4); in gsl_monitor_worker()
979 rc = init_chip(gsl_client); in gsl_monitor_worker()
1165 gsl_ts_resume(&gsl_client->dev); in gsl_resume_work()
1190 gsl_client = client; in gsl_ts_probe()