Home
last modified time | relevance | path

Searched refs:w83l785ts_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dw83l785ts.c84 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev);
112 struct w83l785ts_data { struct
130 struct w83l785ts_data *data = w83l785ts_update_device(dev); in show_temp() argument
182 struct w83l785ts_data *data; in w83l785ts_probe()
186 data = devm_kzalloc(dev, sizeof(struct w83l785ts_data), GFP_KERNEL); in w83l785ts_probe()
223 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_remove()
273 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev) in w83l785ts_update_device()
276 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_update_device()