Searched refs:w83l785ts_data (Results 1 – 1 of 1) sorted by relevance
71 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev);99 struct w83l785ts_data { struct117 struct w83l785ts_data *data = w83l785ts_update_device(dev); in show_temp() argument169 struct w83l785ts_data *data; in w83l785ts_probe()173 data = devm_kzalloc(dev, sizeof(struct w83l785ts_data), GFP_KERNEL); in w83l785ts_probe()210 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_remove()260 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev) in w83l785ts_update_device()263 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_update_device()